aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e100/include/linux
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-08-22 03:59:57 +0000
committerJosh Blum <josh@joshknows.com>2011-08-31 18:44:34 -0700
commit26bfe6d54a4ecd82f4efcf6cc1c6f69d216adb1c (patch)
tree701770e2acc8941eaabf8aa713edf5d4c711a704 /host/lib/usrp/e100/include/linux
parent0fa5508ccca415c82fa005312f42060e5ed3c2bf (diff)
downloaduhd-26bfe6d54a4ecd82f4efcf6cc1c6f69d216adb1c.tar.gz
uhd-26bfe6d54a4ecd82f4efcf6cc1c6f69d216adb1c.tar.bz2
uhd-26bfe6d54a4ecd82f4efcf6cc1c6f69d216adb1c.zip
e100: changed compat numbers, and tweaks
Diffstat (limited to 'host/lib/usrp/e100/include/linux')
-rw-r--r--host/lib/usrp/e100/include/linux/usrp_e.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e100/include/linux/usrp_e.h b/host/lib/usrp/e100/include/linux/usrp_e.h
index 2c4aa2ac1..37e9ee31a 100644
--- a/host/lib/usrp/e100/include/linux/usrp_e.h
+++ b/host/lib/usrp/e100/include/linux/usrp_e.h
@@ -36,7 +36,7 @@ struct usrp_e_ctl32 {
#define USRP_E_GET_RB_INFO _IOR(USRP_E_IOC_MAGIC, 0x27, struct usrp_e_ring_buffer_size_t)
#define USRP_E_GET_COMPAT_NUMBER _IO(USRP_E_IOC_MAGIC, 0x28)
-#define USRP_E_COMPAT_NUMBER 2
+#define USRP_E_COMPAT_NUMBER 3
/* Flag defines */
#define RB_USER (1<<0)