aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/isdn_divertif.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2011-12-13 09:26:45 +0000
committerDavid Howells <dhowells@redhat.com>2011-12-13 09:26:45 +0000
commitc15a48d60697f06a847c5862b94a6e24d1b48a7b (patch)
treeeba83cf9cb5f726044c6f417cca87b76a2a74451 /include/linux/isdn_divertif.h
parentUAPI: Guard linux/sound.h (diff)
downloadlinux-dev-c15a48d60697f06a847c5862b94a6e24d1b48a7b.tar.xz
linux-dev-c15a48d60697f06a847c5862b94a6e24d1b48a7b.zip
UAPI: Guard linux/isdn_divertif.h
Place reinclusion guards on linux/isdn_divertif.h otherwise the UAPI splitter script won't insert the #include to include the UAPI header from the kernel header. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'include/linux/isdn_divertif.h')
-rw-r--r--include/linux/isdn_divertif.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/isdn_divertif.h b/include/linux/isdn_divertif.h
index 07821ca5955f..a5a50f523807 100644
--- a/include/linux/isdn_divertif.h
+++ b/include/linux/isdn_divertif.h
@@ -10,6 +10,8 @@
*
*/
+#ifndef _LINUX_ISDN_DIVERTIF_H
+#define _LINUX_ISDN_DIVERTIF_H
/***********************************************************/
/* magic value is also used to control version information */
@@ -45,3 +47,5 @@ typedef struct
/*********************/
extern int DIVERT_REG_NAME(isdn_divert_if *);
#endif
+
+#endif /* _LINUX_ISDN_DIVERTIF_H */