diff options
author | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2012-10-13 05:46:48 -0400 |
commit | 607ca46e97a1b6594b29647d98a32d545c24bdff (patch) | |
tree | 30f4c0784bfddb57332cdc0678bd06d1e77fa185 /include/linux/kernelcapi.h | |
parent | 08cce05c5a91f5017f4edc9866cf026908c73f9f (diff) |
UAPI: (Scripted) Disintegrate include/linux
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/kernelcapi.h')
-rw-r--r-- | include/linux/kernelcapi.h | 38 |
1 files changed, 1 insertions, 37 deletions
diff --git a/include/linux/kernelcapi.h b/include/linux/kernelcapi.h index 9c2683929fd3..9be37da93680 100644 --- a/include/linux/kernelcapi.h +++ b/include/linux/kernelcapi.h | |||
@@ -6,49 +6,15 @@ | |||
6 | * (c) Copyright 1997 by Carsten Paeth (calle@calle.in-berlin.de) | 6 | * (c) Copyright 1997 by Carsten Paeth (calle@calle.in-berlin.de) |
7 | * | 7 | * |
8 | */ | 8 | */ |
9 | |||
10 | #ifndef __KERNELCAPI_H__ | 9 | #ifndef __KERNELCAPI_H__ |
11 | #define __KERNELCAPI_H__ | 10 | #define __KERNELCAPI_H__ |
12 | 11 | ||
13 | #define CAPI_MAXAPPL 240 /* maximum number of applications */ | ||
14 | #define CAPI_MAXCONTR 32 /* maximum number of controller */ | ||
15 | #define CAPI_MAXDATAWINDOW 8 | ||
16 | |||
17 | |||
18 | typedef struct kcapi_flagdef { | ||
19 | int contr; | ||
20 | int flag; | ||
21 | } kcapi_flagdef; | ||
22 | |||
23 | typedef struct kcapi_carddef { | ||
24 | char driver[32]; | ||
25 | unsigned int port; | ||
26 | unsigned irq; | ||
27 | unsigned int membase; | ||
28 | int cardnr; | ||
29 | } kcapi_carddef; | ||
30 | |||
31 | /* new ioctls >= 10 */ | ||
32 | #define KCAPI_CMD_TRACE 10 | ||
33 | #define KCAPI_CMD_ADDCARD 11 /* OBSOLETE */ | ||
34 | |||
35 | /* | ||
36 | * flag > 2 => trace also data | ||
37 | * flag & 1 => show trace | ||
38 | */ | ||
39 | #define KCAPI_TRACE_OFF 0 | ||
40 | #define KCAPI_TRACE_SHORT_NO_DATA 1 | ||
41 | #define KCAPI_TRACE_FULL_NO_DATA 2 | ||
42 | #define KCAPI_TRACE_SHORT 3 | ||
43 | #define KCAPI_TRACE_FULL 4 | ||
44 | |||
45 | |||
46 | #ifdef __KERNEL__ | ||
47 | 12 | ||
48 | #include <linux/list.h> | 13 | #include <linux/list.h> |
49 | #include <linux/skbuff.h> | 14 | #include <linux/skbuff.h> |
50 | #include <linux/workqueue.h> | 15 | #include <linux/workqueue.h> |
51 | #include <linux/notifier.h> | 16 | #include <linux/notifier.h> |
17 | #include <uapi/linux/kernelcapi.h> | ||
52 | 18 | ||
53 | struct capi20_appl { | 19 | struct capi20_appl { |
54 | u16 applid; | 20 | u16 applid; |
@@ -150,6 +116,4 @@ typedef enum { | |||
150 | CapiCallGivenToOtherApplication = 0x3304, | 116 | CapiCallGivenToOtherApplication = 0x3304, |
151 | } CAPI_REASON; | 117 | } CAPI_REASON; |
152 | 118 | ||
153 | #endif /* __KERNEL__ */ | ||
154 | |||
155 | #endif /* __KERNELCAPI_H__ */ | 119 | #endif /* __KERNELCAPI_H__ */ |