diff options
author | David Howells <dhowells@redhat.com> | 2011-12-13 09:26:45 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-12-13 09:26:45 +0000 |
commit | c15a48d60697f06a847c5862b94a6e24d1b48a7b (patch) | |
tree | eba83cf9cb5f726044c6f417cca87b76a2a74451 /include/linux/isdn_divertif.h | |
parent | 6682bb86fe1f3dba7e9cb1f0955775604599cea8 (diff) |
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.h | 4 |
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 */ |