[rtems commit] powerpc/shared/startup/pretaskinghook.c: Include <bsp/ bootcard.h>

Joel Sherrill joel at rtems.org
Mon Oct 13 15:23:38 UTC 2014


Module:    rtems
Branch:    master
Commit:    91e4946f5352915c0213d9cb86f2d465fb90e35e
Changeset: http://git.rtems.org/rtems/commit/?id=91e4946f5352915c0213d9cb86f2d465fb90e35e

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Sat Oct 11 18:48:17 2014 -0500

powerpc/shared/startup/pretaskinghook.c: Include <bsp/bootcard.h>

---

 .../libbsp/powerpc/shared/startup/pretaskinghook.c |    7 +++++--
 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 a0030b1..dbdf80e 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



More information about the vc mailing list