summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 16:28:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-07 16:28:17 +0000
commita113aa53d96d039d28e3e54ba79b2aae6a524ca5 (patch)
tree2a263e225aed1319765ec57c0f9115481a873fd7 /nuttx/arch/sh/src/sh1/chip.h
parent971e5a51bbaa3f4799d61e3c28de810cb2bf7a6c (diff)
downloadpx4-nuttx-a113aa53d96d039d28e3e54ba79b2aae6a524ca5.tar.gz
px4-nuttx-a113aa53d96d039d28e3e54ba79b2aae6a524ca5.tar.bz2
px4-nuttx-a113aa53d96d039d28e3e54ba79b2aae6a524ca5.zip
Basic SCI support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1152 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sh/src/sh1/chip.h')
-rw-r--r--nuttx/arch/sh/src/sh1/chip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/sh/src/sh1/chip.h b/nuttx/arch/sh/src/sh1/chip.h
index 7936eb1ff..bffa19bd9 100644
--- a/nuttx/arch/sh/src/sh1/chip.h
+++ b/nuttx/arch/sh/src/sh1/chip.h
@@ -43,6 +43,10 @@
#include <nuttx/config.h>
#include <sys/types.h>
+#ifdef CONFIG_ARCH_SH7032
+# include "sh1_703x.h"
+#endif
+
/************************************************************************************
* Definitions
************************************************************************************/