summaryrefslogtreecommitdiff
path: root/xpp/card_fxo.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_fxo.h')
-rw-r--r--xpp/card_fxo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/xpp/card_fxo.h b/xpp/card_fxo.h
index a22e193..0e76bed 100644
--- a/xpp/card_fxo.h
+++ b/xpp/card_fxo.h
@@ -33,8 +33,6 @@ enum fxo_opcodes {
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 */
-/**/
- XPROTO_NAME(FXO, DAA_REPLY) = 0x10,
};
@@ -43,9 +41,6 @@ DEF_RPACKET_DATA(FXO, 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(FXO, DAA_REPLY, /* Get status of a single DAA (for debugging) */
- reg_cmd_t regcmd;
- );
#define DAA_VBAT_REGISTER 29