summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/openpcd.h
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-20 17:01:13 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-20 17:01:13 +0000
commit8a863d16ad4e45988d525ece7c36c56bd94533c2 (patch)
tree469fa5fd69836cdd04c2bbc6c6597861a85074dd /openpcd/firmware/include/openpcd.h
parent8aaa856c2e79a0da0c7b92fd172e5b2c56ee477e (diff)
one step further to make it compile...
git-svn-id: https://svn.openpcd.org:2342/trunk@6 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/include/openpcd.h')
-rw-r--r--openpcd/firmware/include/openpcd.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/openpcd/firmware/include/openpcd.h b/openpcd/firmware/include/openpcd.h
new file mode 100644
index 0000000..dd68d52
--- /dev/null
+++ b/openpcd/firmware/include/openpcd.h
@@ -0,0 +1,9 @@
+#ifndef _OPENPCD_H
+#define _OPENPCD_H
+
+#include <include/AT91SAM7S64.h>
+
+#define OPENPCD_RC632_IRQ AT91C_ID_IRQ1
+#define OPENPCD_RC632_RESET AT91C_PIO_PA29
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary