summaryrefslogtreecommitdiff
path: root/kernel/xpp/card_fxs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/xpp/card_fxs.h')
-rw-r--r--kernel/xpp/card_fxs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/xpp/card_fxs.h b/kernel/xpp/card_fxs.h
index 6a89228..0b36d3d 100644
--- a/kernel/xpp/card_fxs.h
+++ b/kernel/xpp/card_fxs.h
@@ -30,14 +30,11 @@ enum fxs_opcodes {
XPROTO_NAME(FXS, XPD_STATE) = 0x0F, /* Write to SLIC */
XPROTO_NAME(FXS, CHAN_POWER) = 0x0F, /* Write to SLIC */
XPROTO_NAME(FXS, CHAN_CID) = 0x0F, /* Write to SLIC */
- XPROTO_NAME(FXS, RING) = 0x0F, /* Write to SLIC */
XPROTO_NAME(FXS, LED) = 0x0F, /* Write to SLIC */
- XPROTO_NAME(FXS, RELAY_OUT) = 0x0F, /* Write to SLIC */
};
DEF_RPACKET_DATA(FXS, 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 */
);