summaryrefslogtreecommitdiff
path: root/openpcd
diff options
context:
space:
mode:
author(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-29 13:21:14 +0000
committer(no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1>2006-07-29 13:21:14 +0000
commitb17a2f66765ea162d83e26e0f47e2fb45c314bd3 (patch)
tree7f3dd223cd10df036a89b02bc6f3456a14702089 /openpcd
parent9fff97cc8475dec094230368952486bc4efc0f66 (diff)
- remove duplicate definition
- add rc632_reg_irq_pin_cfg git-svn-id: https://svn.openpcd.org:2342/trunk@54 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd')
-rw-r--r--openpcd/firmware/include/cl_rc632.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/openpcd/firmware/include/cl_rc632.h b/openpcd/firmware/include/cl_rc632.h
index 1be38be..47dcc15 100644
--- a/openpcd/firmware/include/cl_rc632.h
+++ b/openpcd/firmware/include/cl_rc632.h
@@ -228,15 +228,9 @@ enum rc632_reg_timer_control {
RC632_TMR_STOP_RX_END = 0x08,
};
-enum rc632_reg_timer_irq {
- RC632_IRQ_LO_ALERT = 0x01,
- RC632_IRQ_HI_ALERT = 0x02,
- RC632_IRQ_IDLE = 0x04,
- RC632_IRQ_RX = 0x08,
- RC632_IRQ_TX = 0x10,
- RC632_IRQ_TIMER = 0x20,
-
- RC632_IRQ_SET = 0x80,
+enum rc632_reg_irq_pin_cfg {
+ RC632_IRQCFG_CMOS = 0x01,
+ RC632_IRQCFG_INV = 0x02,
};
personal git repositories of Harald Welte. Your mileage may vary