summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/start/reset.S
diff options
context:
space:
mode:
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
|