TC234_startup.lsl 195 B

1234567891011
  1. // TASKING VX-toolset for TriCore
  2. // Eclipse project linker script file
  3. //
  4. #if defined(__PROC_TC23X__)
  5. #include "tc23x.lsl"
  6. derivative my_tc23x extends tc23x
  7. {
  8. }
  9. #else
  10. #include <cpu.lsl>
  11. #endif