diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-12 13:55:57 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-12 13:55:57 +0000 |
commit | 615f7081d8361643031437ac31bb4a44e41839e8 (patch) | |
tree | f092991d1f3ff97fa53d9373c90e358105c4ff79 /host/lib/usrp/usrp2/fw_common.h | |
parent | 50780640a1b9ed6abb2abebbc727ce19711fbcb4 (diff) | |
parent | 34854116a4fd287fe681222f2b7a881692e418d3 (diff) | |
download | uhd-615f7081d8361643031437ac31bb4a44e41839e8.tar.gz uhd-615f7081d8361643031437ac31bb4a44e41839e8.tar.bz2 uhd-615f7081d8361643031437ac31bb4a44e41839e8.zip |
Merge branch 'master' into usrp_e
Diffstat (limited to 'host/lib/usrp/usrp2/fw_common.h')
-rw-r--r-- | host/lib/usrp/usrp2/fw_common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/fw_common.h b/host/lib/usrp/usrp2/fw_common.h index c168614ee..019f3b931 100644 --- a/host/lib/usrp/usrp2/fw_common.h +++ b/host/lib/usrp/usrp2/fw_common.h @@ -129,7 +129,8 @@ typedef struct{ struct { _SINS_ uint8_t now; //stream now? _SINS_ uint8_t continuous; //auto-reload commmands? - _SINS_ uint8_t _pad[2]; + _SINS_ uint8_t chain; + _SINS_ uint8_t _pad[1]; _SINS_ uint32_t secs; _SINS_ uint32_t ticks; _SINS_ uint32_t num_samps; @@ -137,6 +138,7 @@ typedef struct{ struct { _SINS_ uint32_t addr; _SINS_ uint32_t data; + _SINS_ uint8_t num_bytes; //1, 2, 4 } poke_args; } data; } usrp2_ctrl_data_t; |