Implement sync_to_pps command for USRP2
[debian/gnuradio] / usrp2 / firmware / include / usrp2_eth_packet.h
index ed3ce1fe31af486d22131e6be4bcb99963b23be8..cfff0dd08201113a53a3e4121c6d79b735871f8e 100644 (file)
@@ -183,6 +183,8 @@ typedef struct {
 #define OP_CONFIG_MIMO_REPLY        (OP_CONFIG_MIMO | OP_REPLY_BIT)
 #define        OP_DBOARD_INFO               9
 #define        OP_DBOARD_INFO_REPLY         (OP_DBOARD_INFO | OP_REPLY_BIT)
+#define        OP_SYNC_TO_PPS               10
+#define        OP_SYNC_TO_PPS_REPLY         (OP_SYNC_TO_PPS | OP_REPLY_BIT)
 
 
 //#define OP_WRITE_REG          xx     // not implemented