summaryrefslogtreecommitdiff
path: root/include/linux/kernelcapi.h
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-07 05:21:08 -0500
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2002-05-07 05:21:08 -0500
commit3bcbfef37b1902dad158c513105103b52065573c (patch)
tree34fa40dbccb07ab4484649bb1a6813a30c581a1e /include/linux/kernelcapi.h
parent863157894b96e352215bb51386659b269b4256dd (diff)
ISDN: maintain outstanding CAPI messages in the drivers
It's up to the drivers to maintain their list of buffered messages themselves. As most drivers can share common code, provide it in capilib.o, inside of the module kernelcapi.o
Diffstat (limited to 'include/linux/kernelcapi.h')
-rw-r--r--include/linux/kernelcapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernelcapi.h b/include/linux/kernelcapi.h
index c162ff96f53b..2c7264b4326e 100644
--- a/include/linux/kernelcapi.h
+++ b/include/linux/kernelcapi.h
@@ -47,6 +47,8 @@ typedef struct kcapi_carddef {
#ifdef __KERNEL__
+#include <linux/skbuff.h>
+
struct capi_interface {
__u16 (*capi_isinstalled) (void);