Changeset 860e77a in rtems
- Timestamp:
- Jan 29, 1997, 12:09:49 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 375a6c0
- Parents:
- 95a1d50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/cpu/m68k/cpu.h
r95a1d50 r860e77a 22 22 #endif 23 23 24 #include <rtems/score/m68k.h> 24 #include <rtems/score/m68k.h> /* pick up machine definitions */ 25 25 #ifndef ASM 26 26 #include <rtems/score/m68ktypes.h> … … 76 76 #define CPU_STRUCTURE_ALIGNMENT 77 77 78 #ifndef ASM 78 79 /* structures */ 79 80 … … 171 172 172 173 #endif /* M68K_HAS_VBR */ 174 #endif /* ASM */ 173 175 174 176 /* constants */ … … 221 223 222 224 #define CPU_STACK_ALIGNMENT 0 225 226 #ifndef ASM 223 227 224 228 /* macros */ … … 475 479 void **fp_context_ptr 476 480 ); 481 #endif 477 482 478 483 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.