summaryrefslogtreecommitdiffstats
path: root/c/src/exec/sapi/src/exinit.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 21:40:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-28 21:40:52 +0000
commitc627b2a3a1ca1a6aca1c20e133db0f95a65a71fb (patch)
tree8b369a80629ad635519105f923e1ca5a2a2bc87c /c/src/exec/sapi/src/exinit.c
parentadded maximum keys (diff)
downloadrtems-c627b2a3a1ca1a6aca1c20e133db0f95a65a71fb.tar.bz2
split the inclusion of "EXTERN" data based on whether it was sapi,
score, rtems api, or posix api related.
Diffstat (limited to 'c/src/exec/sapi/src/exinit.c')
-rw-r--r--c/src/exec/sapi/src/exinit.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/c/src/exec/sapi/src/exinit.c b/c/src/exec/sapi/src/exinit.c
index 9e9f0d2040..442465dda4 100644
--- a/c/src/exec/sapi/src/exinit.c
+++ b/c/src/exec/sapi/src/exinit.c
@@ -13,11 +13,12 @@
*/
/*
- * INIT is defined so all of the data will be included in this
- * file.
+ * SCORE_INIT and SAPI_INIT are defined so all of the super core and
+ * super API data will be included in this object file.
*/
-#define INIT
+#define SAPI_INIT
+#define SCORE_INIT
#include <rtems/system.h>
#include <rtems/config.h>
@@ -44,7 +45,11 @@
#include <rtems/directives.h>
#include <rtems/sptables.h>
+
#include <rtems/rtems/rtemsapi.h>
+#ifdef RTEMS_POSIX_API
+#include <rtems/posix/posixapi.h>
+#endif
/*PAGE
*