summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/start/reset.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 14:50:12 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-16 08:58:45 -0500
commitcba474ea2d7ba83d68f7ee7c2ce7028950677cc6 (patch)
treea16e9a9210d7872b9c00bdcdb5fa28cd8baf0168 /c/src/lib/libbsp/m68k/ods68302/start/reset.S
parentlibcpu/arm/shared/../mmu: Fix warnings (diff)
downloadrtems-cba474ea2d7ba83d68f7ee7c2ce7028950677cc6.tar.bz2
m68k/ods68302: Fix warnings
Diffstat (limited to 'c/src/lib/libbsp/m68k/ods68302/start/reset.S')
-rw-r--r--c/src/lib/libbsp/m68k/ods68302/start/reset.S12
1 files changed, 8 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/m68k/ods68302/start/reset.S b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
index 481ebe4ca8..22f5d827eb 100644
--- a/c/src/lib/libbsp/m68k/ods68302/start/reset.S
+++ b/c/src/lib/libbsp/m68k/ods68302/start/reset.S
@@ -1,16 +1,18 @@
/*
+ * Manages all vectors with seperate handlers to trap unhandled
+ * execptions.
+ *
* Re-written the gen68302 start-up code.
*
* Uses gas syntax only, removed the OAR asm.h.
*
* Supplies a complete vector table in ROM.
*
- * Manages all vectors with seperate handlers to trap unhandled
- * execptions.
- *
* Uses the target specific header file to get the runtime
* configuration
- *
+ */
+
+/*
* COPYRIGHT (c) 1996
* Objective Design Systems Pty Ltd (ODS)
*
@@ -19,6 +21,8 @@
*
*/
+#include <bsp.h> /* just to indicate the dependency */
+
|
| some basic defined, this is that is required
|