summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xframe_queue.h
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 16:40:40 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 16:40:40 +0000
commit0e66db059265bf2085413fe93f76957abf945e95 (patch)
tree9682bd850940492e519f01673897cc3be56ffedd /drivers/dahdi/xpp/xframe_queue.h
parent00d2851a04a8f7fc4a34b91d2c9455748f973ca9 (diff)
dahdi: Move the definition of bool from xdefs.h into include/dahdi/kernel.h
I intend to use the bool definition in the wctdm24xxp driver and don't want to duplicate the definition. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@8117 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/xframe_queue.h')
-rw-r--r--drivers/dahdi/xpp/xframe_queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dahdi/xpp/xframe_queue.h b/drivers/dahdi/xpp/xframe_queue.h
index eba94dd..2c345b4 100644
--- a/drivers/dahdi/xpp/xframe_queue.h
+++ b/drivers/dahdi/xpp/xframe_queue.h
@@ -3,6 +3,7 @@
#include <linux/list.h>
#include <linux/spinlock.h>
+#include <dahdi/kernel.h>
#include "xdefs.h"
#define XFRAME_QUEUE_MARGIN 10