summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bootcard.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 22:22:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-15 22:22:09 +0000
commitfa379b086cc743aa7682fc247998f67c594d741b (patch)
treebc8f848d323076fb461737c554d871151304eca8 /c/src/lib/libbsp/shared/bootcard.c
parent2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-fa379b086cc743aa7682fc247998f67c594d741b.tar.bz2
2008-07-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* bootcard.c: Must include bsp.h or bspopts.h or we cannot know if boot_card() handles RAM allocation.
Diffstat (limited to 'c/src/lib/libbsp/shared/bootcard.c')
-rw-r--r--c/src/lib/libbsp/shared/bootcard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/shared/bootcard.c b/c/src/lib/libbsp/shared/bootcard.c
index e1d608229d..e52ddf869c 100644
--- a/c/src/lib/libbsp/shared/bootcard.c
+++ b/c/src/lib/libbsp/shared/bootcard.c
@@ -48,12 +48,13 @@
#include <rtems.h>
+#include <bspopts.h> /* for BSP_BOOTCARD_HANDLES_RAM_ALLOCATION */
+
/*
* Since there is a forward reference
*/
char *rtems_progname;
-
/*
* Prototypes of external routines
*/