summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-16 11:40:53 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-08-16 11:40:53 +0000
commit6de36ed5dd4be99723b3b811bb5bd7bf6305c911 (patch)
tree04783867b29e37472ffc374b61a51f362364250c /cpukit/sapi
parent2011-08-15 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-6de36ed5dd4be99723b3b811bb5bd7bf6305c911.tar.bz2
2011-08-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* sapi/include/confdefs.h: Include <bsp.h> for BSP_IDLE_TASK_BODY, BSP_IDLE_TASK_STACK_SIZE, BSP_INTERRUPT_STACK_SIZE, BSP_ZERO_WORKSPACE_AUTOMATICALLY, BSP_DEFAULT_UNIFIED_WORK_AREAS, CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK, and CONFIGURE_BSP_PREREQUISITE_DRIVERS defines.
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 6aa6406ac9..f1397c4cde 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -45,6 +45,8 @@
#include <rtems.h>
#include <rtems/score/apimutex.h>
+#include <bsp.h>
+
#ifdef __cplusplus
extern "C" {
#endif