[PATCH 14/42] moxie/moxiesim/include/bsp.h: Add include of <bsp/default-initial-extension.h>

Joel Sherrill joel.sherrill at oarcorp.com
Fri Oct 17 15:23:30 UTC 2014


---
 c/src/lib/libbsp/moxie/moxiesim/include/bsp.h | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h b/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
index 62f50df..a146936 100644
--- a/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
+++ b/c/src/lib/libbsp/moxie/moxiesim/include/bsp.h
@@ -1,9 +1,10 @@
-/*  bsp.h
- *
+/*
  *  This include file contains some definitions specific to the
  *  moxie simulator in gdb.
- *
- *  COPYRIGHT (c) 1989-1999, 2010.
+ */
+
+/*
+ *  COPYRIGHT (c) 1989-1999, 2010, 2014.
  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
@@ -24,6 +25,7 @@ extern "C" {
 #include <rtems/iosupp.h>
 #include <rtems/console.h>
 #include <rtems/clockdrv.h>
+#include <bsp/default-initial-extension.h>
 
 /* support for simulated clock tick */
 Thread clock_driver_sim_idle_body(uintptr_t);
-- 
1.9.3



More information about the devel mailing list