aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/PPC/SPC563Mxx/vectors.s
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 08:00:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-09-14 08:00:26 +0000
commitf4b73385582f468882abe2e49c02b8fd689b9f81 (patch)
tree3f88daded695c91a0f721bda922c514427849267 /os/ports/GCC/PPC/SPC563Mxx/vectors.s
parent767f1a01b21d9b228e0035fb839cd859519034db (diff)
downloadChibiOS-f4b73385582f468882abe2e49c02b8fd689b9f81.tar.gz
ChibiOS-f4b73385582f468882abe2e49c02b8fd689b9f81.tar.bz2
ChibiOS-f4b73385582f468882abe2e49c02b8fd689b9f81.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4655 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/PPC/SPC563Mxx/vectors.s')
-rw-r--r--os/ports/GCC/PPC/SPC563Mxx/vectors.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/os/ports/GCC/PPC/SPC563Mxx/vectors.s b/os/ports/GCC/PPC/SPC563Mxx/vectors.s
index 32cf37942..c823244c8 100644
--- a/os/ports/GCC/PPC/SPC563Mxx/vectors.s
+++ b/os/ports/GCC/PPC/SPC563Mxx/vectors.s
@@ -26,6 +26,13 @@
* @{
*/
+/*
+ * Imports the PPC configuration headers.
+ */
+#define _FROM_ASM_
+#include "chconf.h"
+#include "chcore.h"
+
#if !defined(__DOXYGEN__)
/* BAM info, SWT off, WTE off, VLE from settings.*/