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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/xpp/card_global.h b/xpp/card_global.h
index 1dffb2e..250f4f4 100644
--- a/xpp/card_global.h
+++ b/xpp/card_global.h
@@ -23,6 +23,7 @@
*/
#include "xdefs.h"
+#include "xbus-pcm.h"
enum global_opcodes {
XPROTO_NAME(GLOBAL, DESC_REQ) = 0x04,
@@ -81,13 +82,6 @@ DEF_RPACKET_DATA(GLOBAL, ERROR_CODE,
} info;
);
-enum sync_mode {
- SYNC_MODE_HOST = 0x00,
- SYNC_MODE_AB = 0x01, /* Astribank sync */
- SYNC_MODE_PLL = 0x03, /* Adjust XPD's PLL according to HOST */
- SYNC_MODE_QUERY = 0x80,
-};
-
/* 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);