summaryrefslogtreecommitdiff
path: root/kernel/xpp/card_fxo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/card_fxo.h')
-rw-r--r--kernel/xpp/card_fxo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/xpp/card_fxo.h b/kernel/xpp/card_fxo.h
index 4d0bd25..9f31441 100644
--- a/kernel/xpp/card_fxo.h
+++ b/kernel/xpp/card_fxo.h
@@ -30,14 +30,11 @@ enum fxo_opcodes {
XPROTO_NAME(FXO, DAA_WRITE) = 0x0F, /* Write to DAA */
XPROTO_NAME(FXO, XPD_STATE) = 0x0F, /* Write to DAA */
XPROTO_NAME(FXO, CHAN_CID) = 0x0F, /* Write to DAA */
- XPROTO_NAME(FXO, RING) = 0x0F, /* Write to DAA */
XPROTO_NAME(FXO, LED) = 0x0F, /* Write to DAA */
- XPROTO_NAME(FXO, RELAY_OUT) = 0x0F, /* Write to DAA */
};
DEF_RPACKET_DATA(FXO, SIG_CHANGED,
- byte type; /* unused -- we have it from DEV_DESC */
xpp_line_t sig_status; /* channels: lsb=1, msb=8 */
xpp_line_t sig_toggles; /* channels: lsb=1, msb=8 */
);