summaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-10-06 18:48:03 -0400
committerJosh Blum <josh@joshknows.com>2010-10-06 16:01:02 -0700
commit12901b055f021acf1b02f4bc7e9c3c8d1aa426e5 (patch)
tree622a8ccade40dfa148e336cf2f79606ad54a5070 /host/include
parentf642942dc364c1d26a9128c1ba631d3604d0671a (diff)
downloaduhd-12901b055f021acf1b02f4bc7e9c3c8d1aa426e5.tar.gz
uhd-12901b055f021acf1b02f4bc7e9c3c8d1aa426e5.tar.bz2
uhd-12901b055f021acf1b02f4bc7e9c3c8d1aa426e5.zip
Add flag that indicates userspace has started processing a frame.
Diffstat (limited to 'host/include')
-rw-r--r--host/include/linux/usrp_e.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/linux/usrp_e.h b/host/include/linux/usrp_e.h
index 80f3a287b..cb62d940d 100644
--- a/host/include/linux/usrp_e.h
+++ b/host/include/linux/usrp_e.h
@@ -71,6 +71,7 @@ struct usrp_e_i2c {
#define RB_KERNEL (1<<1)
#define RB_OVERRUN (1<<2)
#define RB_DMA_ACTIVE (1<<3)
+#define RB_USER_PROCESS (1<<4)
struct ring_buffer_info {
int flags;