aboutsummaryrefslogtreecommitdiffstats
path: root/host/apps/omap_debug/usrp_e.h
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-25 00:43:34 +0000
committerJosh Blum <josh@joshknows.com>2010-04-25 00:43:34 +0000
commit6b44bf06b6c1c7961e2344e66b491129b062495a (patch)
treed81d14125a304ea8aa92582d7154f708fdc41f13 /host/apps/omap_debug/usrp_e.h
parentb317f4df86d24cc9a47b8a8191f57545875f3afe (diff)
parentf2454f90023552c00b5b25aca4e8eaa8d46c0751 (diff)
downloaduhd-6b44bf06b6c1c7961e2344e66b491129b062495a.tar.gz
uhd-6b44bf06b6c1c7961e2344e66b491129b062495a.tar.bz2
uhd-6b44bf06b6c1c7961e2344e66b491129b062495a.zip
Merge branch 'usrp_e' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/apps/omap_debug/usrp_e.h')
-rw-r--r--host/apps/omap_debug/usrp_e.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/host/apps/omap_debug/usrp_e.h b/host/apps/omap_debug/usrp_e.h
index 48a3201cb..d4132021f 100644
--- a/host/apps/omap_debug/usrp_e.h
+++ b/host/apps/omap_debug/usrp_e.h
@@ -1,3 +1,4 @@
+
/*
* Copyright (C) 2010 Ettus Research, LLC
*
@@ -77,6 +78,11 @@ struct usrp_transfer_frame {
__u8 buf[];
};
+// Flag defines
+#define RB_USER (1 << 0)
+#define RB_KERNEL (1 << 1)
+#define RB_OVERRUN (1 << 2)
+
struct ring_buffer_entry {
unsigned long dma_addr;
struct usrp_transfer_frame *frame_addr;