Skip to content

Commit

Permalink
UAPI: Guard linux/isdn_divertif.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Howells committed Dec 13, 2011
1 parent 6682bb8 commit c15a48d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/linux/isdn_divertif.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*
*/

#ifndef _LINUX_ISDN_DIVERTIF_H
#define _LINUX_ISDN_DIVERTIF_H

/***********************************************************/
/* magic value is also used to control version information */
Expand Down Expand Up @@ -45,3 +47,5 @@ typedef struct
/*********************/
extern int DIVERT_REG_NAME(isdn_divert_if *);
#endif

#endif /* _LINUX_ISDN_DIVERTIF_H */

0 comments on commit c15a48d

Please sign in to comment.