summaryrefslogtreecommitdiff
path: root/xpp/card_fxs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_fxs.h')
-rw-r--r--xpp/card_fxs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xpp/card_fxs.h b/xpp/card_fxs.h
index 2af2884..6a89228 100644
--- a/xpp/card_fxs.h
+++ b/xpp/card_fxs.h
@@ -33,8 +33,6 @@ enum fxs_opcodes {
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 */
-/**/
- XPROTO_NAME(FXS, REGISTER_REPLY) = 0x10,
};
@@ -43,8 +41,5 @@ DEF_RPACKET_DATA(FXS, SIG_CHANGED,
xpp_line_t sig_status; /* channels: lsb=1, msb=8 */
xpp_line_t sig_toggles; /* channels: lsb=1, msb=8 */
);
-DEF_RPACKET_DATA(FXS, REGISTER_REPLY, /* Get status of a single SLIC (for debugging) */
- reg_cmd_t reg_cmd;
- );
#endif /* CARD_FXS_H */