diff options
author | Philip Balister <philip@opensdr.com> | 2010-10-21 22:26:53 -0400 |
---|---|---|
committer | Philip Balister <philip@opensdr.com> | 2010-10-21 22:26:53 -0400 |
commit | db0e3e574e9058ad51cacea91ccc42f0baed95fa (patch) | |
tree | bbe96d5d22b6101840e27a6a6cd22406cf78302d /host/apps | |
parent | c31c2d7ef8e4e02854fe51a8a3b8856649464918 (diff) | |
download | uhd-db0e3e574e9058ad51cacea91ccc42f0baed95fa.tar.gz uhd-db0e3e574e9058ad51cacea91ccc42f0baed95fa.tar.bz2 uhd-db0e3e574e9058ad51cacea91ccc42f0baed95fa.zip |
usrp_e: Add driver compatibility ioctl to header file.
Diffstat (limited to 'host/apps')
-rw-r--r-- | host/apps/omap_debug/usrp_e.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp_e.h b/host/apps/omap_debug/usrp_e.h index fd38027d4..f96706c4a 100644 --- a/host/apps/omap_debug/usrp_e.h +++ b/host/apps/omap_debug/usrp_e.h @@ -41,6 +41,9 @@ struct usrp_e_ctl32 { #define UE_SPI_PUSH_FALL UE_SPI_CTRL_TXNEG #define UE_SPI_LATCH_RISE 0 #define UE_SPI_LATCH_FALL UE_SPI_CTRL_RXNEG +#define USRP_E_GET_COMPAT_NUMBER _IO(USRP_E_IOC_MAGIC, 0x28) + +#define USRP_E_COMPAT_NUMBER 1 struct usrp_e_spi { __u8 readback; |