Merged r10418:10423 from jcorgan/pps into trunk. Adds usrp2::sync_every_pps
[debian/gnuradio] / usrp2 / firmware / include / usrp2_eth_packet.h
index 77de02dbba731177786f7fa9f2c746cf09a783c7..98e2123ed2f5d81f7ba09503e8f8a3947cc3b4db 100644 (file)
@@ -195,6 +195,8 @@ typedef struct {
 #define OP_SET_RX_LO_OFFSET_REPLY    (OP_SET_RX_LO_OFFSET | OP_REPLY_BIT)
 #define OP_RESET_DB                  15
 #define OP_RESET_DB_REPLY            (OP_RESET_DB | OP_REPLY_BIT)
+#define OP_SYNC_EVERY_PPS            16
+#define OP_SYNC_EVERY_PPS_REPLY      (OP_SYNC_EVERY_PPS | OP_REPLY_BIT)
 
 /*
  * All subpackets are a multiple of 4 bytes long.