aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ce/ceddk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ce/ceddk.h')
-rw-r--r--sys/dev/ce/ceddk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ce/ceddk.h b/sys/dev/ce/ceddk.h
index 8cd8c67774bb..f5844005d754 100644
--- a/sys/dev/ce/ceddk.h
+++ b/sys/dev/ce/ceddk.h
@@ -72,6 +72,7 @@ typedef struct _ce_chan_t {
TAU32_UserRequest *rx_queue;
TAU32_UserRequest *tx_queue;
unsigned char debug;
+ unsigned char debug_shadow;
void (*transmit) (struct _ce_chan_t*, void*, int);
void (*receive) (struct _ce_chan_t*, unsigned char*, int);
void (*error) (struct _ce_chan_t*, int);