Changeset 541dfb2 in rtems for c/src/exec/score/headers/system.h
- Timestamp:
- Jan 29, 1997, 12:22:24 AM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f93371
- Parents:
- 36dbb51
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/headers/system.h
r36dbb51 r541dfb2 24 24 25 25 /* 26 * The following define the CPU Family and Model within the family 27 * 28 * NOTE: The string "REPLACE_THIS_WITH_USE_INLINE_OR_MACROS" is replaced 29 * with either "USE_INLINES" or "USE_MACROS" based upon the 30 * whether this target configuration uses the inline or 31 * macro implementations of the inlined RTEMS routines. 26 * The target options include file defines all target dependent 27 * parameters for this build of RTEMS. It must be included 28 * first so the basic macro definitions are in place. 32 29 */ 33 34 30 35 # define REPLACE_THIS_WITH_USE_INLINE_OR_MACROS31 #include <rtems/score/targopts.h> 36 32 37 33 /*
Note: See TracChangeset
for help on using the changeset viewer.