summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 19:27:15 +0000
commit5e9b32b439627068a0292370fe595220dbfc95a0 (patch)
tree3740b62de3aaa10140867de33adad9a1fcc15b26 /cpukit/sapi/include
parentfixed Id strings (diff)
downloadrtems-5e9b32b439627068a0292370fe595220dbfc95a0.tar.bz2
posix support initially added
Diffstat (limited to 'cpukit/sapi/include')
-rw-r--r--cpukit/sapi/include/rtems/config.h2
-rw-r--r--cpukit/sapi/include/rtems/extension.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h
index 31e8093387..29f6005f58 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/sapi/include/rtems/config.h
@@ -24,7 +24,7 @@ extern "C" {
#include <rtems/rtems/status.h>
#include <rtems/extension.h>
#include <rtems/io.h>
-#include <rtems/core/mpci.h>
+#include <rtems/score/mpci.h>
#include <rtems/rtems/types.h>
#include <rtems/rtems/tasks.h>
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/sapi/include/rtems/extension.h
index 57c8a54271..1b9ea1a75a 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/sapi/include/rtems/extension.h
@@ -28,8 +28,8 @@
extern "C" {
#endif
-#include <rtems/core/object.h>
-#include <rtems/core/userext.h>
+#include <rtems/score/object.h>
+#include <rtems/score/userext.h>
#include <rtems/rtems/status.h> /* XXX */
#include <rtems/rtems/types.h> /* XXX */