Changeset 7a55888 in rtems for c/src/exec/rtems/include/rtems.h
- Timestamp:
- 01/22/01 13:47:07 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 227ae749
- Parents:
- 32ba727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/rtems/include/rtems.h
r32ba727 r7a55888 31 31 */ 32 32 33 #if !defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__) && !defined(__RTEMS_INSIDE__)33 #if (!defined(__RTEMS_VIOLATE_KERNEL_VISIBILITY__)) && (!defined(__RTEMS_INSIDE__)) 34 34 #define __RTEMS_APPLICATION__ 35 35 #endif
Note: See TracChangeset
for help on using the changeset viewer.