summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-11 18:48:17 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 10:32:42 -0500
commit91e4946f5352915c0213d9cb86f2d465fb90e35e (patch)
tree5fd3db3c6bcab90bd1676f8c68583a1e627141cd
parentpowerpc/beatnik/startup/bspreset.c: Include <bsp/bootcard.h> (diff)
downloadrtems-91e4946f5352915c0213d9cb86f2d465fb90e35e.tar.bz2
powerpc/shared/startup/pretaskinghook.c: Include <bsp/bootcard.h>
-rw-r--r--c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
index a0030b16cc..dbdf80e758 100644
--- a/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
+++ b/c/src/lib/libbsp/powerpc/shared/startup/pretaskinghook.c
@@ -1,8 +1,10 @@
/*
* bsp_pretasking_hook().
* Initializes the heap, libc and VME.
- *
- * COPYRIGHT (c) 1989-1998.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -16,6 +18,7 @@
#include <string.h>
#include <bsp.h>
+#include <bsp/bootcard.h>
#ifndef BSP_HAS_NO_VME
#include <bsp/VME.h>
#endif