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-23 15:44:50 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-23 15:44:50 +0000
commite48e98964eb40379398d737c7f28be692204d54c (patch)
tree4a5e8ed2a3b97c1aaa9af004cf32d9916a4584ae /openpcd/firmware/include/openpcd.h
parent83a235b30617d053234a32ba23ca39e20e6dd92b (diff)
add definition of IRQ "Command"
git-svn-id: https://svn.openpcd.org:2342/trunk@25 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/include/openpcd.h')
-rw-r--r--openpcd/firmware/include/openpcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openpcd/firmware/include/openpcd.h b/openpcd/firmware/include/openpcd.h
index 960f2f7..b7cda20 100644
--- a/openpcd/firmware/include/openpcd.h
+++ b/openpcd/firmware/include/openpcd.h
@@ -23,4 +23,6 @@ struct openpcd_hdr {
#define OPENPCD_CMD_READ_VFIFO 0x13
#define OPENPCD_CMD_SET_LED 0x21
+#define OPENPCD_CMD_IRQ 0x40 /* IRQ reported by RC632 */
+
#endif
personal git repositories of Harald Welte. Your mileage may vary