[rtems commit] moxie/moxiesim/include/bsp.h: Add include of <bsp/ default-initial-extension.h>

Joel Sherrill joel at rtems.org
Sun Oct 19 21:51:56 UTC 2014


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

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Thu Oct 16 10:59:05 2014 -0500

moxie/moxiesim/include/bsp.h: Add include of <bsp/default-initial-extension.h>

---

 c/src/lib/libbsp/moxie/moxiesim/include/bsp.h |   10 ++++++----
 1 files 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);



More information about the vc mailing list