summaryrefslogtreecommitdiff
path: root/xpp/card_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/card_global.h')
-rw-r--r--xpp/card_global.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xpp/card_global.h b/xpp/card_global.h
index ecf137e..ca7f78b 100644
--- a/xpp/card_global.h
+++ b/xpp/card_global.h
@@ -50,6 +50,9 @@ DEF_RPACKET_DATA(GLOBAL, SYNC_REPLY,
byte sync_mode;
byte drift;
);
+DEF_RPACKET_DATA(GLOBAL, RESET_SYNC_COUNTERS,
+ byte mask;
+ );
DEF_RPACKET_DATA(GLOBAL, ERROR_CODE,
byte errorcode;
union {
@@ -66,6 +69,7 @@ enum sync_mode {
/* 0x04 */ DECLARE_CMD(GLOBAL, DESC_REQ, int xpd_num);
/* 0x19 */ DECLARE_CMD(GLOBAL, SYNC_SOURCE, enum sync_mode mode, int drift);
+/* 0x23 */ DECLARE_CMD(GLOBAL, RESET_SYNC_COUNTERS);
/* 0x11 */ DECLARE_CMD(GLOBAL, PCM_WRITE, xpp_line_t lines, volatile byte *buf);
extern xproto_table_t PROTO_TABLE(GLOBAL);