Changeset 01a5f6b2 in rtems
- Timestamp:
- 12/06/97 15:09:30 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ccb806c
- Parents:
- b5fe39d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/system.h
rb5fe39d r01a5f6b2 97 97 typedef void * proc_ptr; 98 98 99 #include <rtems/score/cpu.h> /* processor specific information */100 101 99 /* 102 100 * Define NULL … … 120 118 #define FALSE (0) 121 119 #endif 120 121 #include <rtems/score/cpu.h> /* processor specific information */ 122 122 123 123 #define stringify( _x ) # _x -
c/src/exec/score/include/rtems/system.h
rb5fe39d r01a5f6b2 97 97 typedef void * proc_ptr; 98 98 99 #include <rtems/score/cpu.h> /* processor specific information */100 101 99 /* 102 100 * Define NULL … … 120 118 #define FALSE (0) 121 119 #endif 120 121 #include <rtems/score/cpu.h> /* processor specific information */ 122 122 123 123 #define stringify( _x ) # _x -
cpukit/score/include/rtems/system.h
rb5fe39d r01a5f6b2 97 97 typedef void * proc_ptr; 98 98 99 #include <rtems/score/cpu.h> /* processor specific information */100 101 99 /* 102 100 * Define NULL … … 120 118 #define FALSE (0) 121 119 #endif 120 121 #include <rtems/score/cpu.h> /* processor specific information */ 122 122 123 123 #define stringify( _x ) # _x
Note: See TracChangeset
for help on using the changeset viewer.