Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ppdev: add header include guard

Add a header include guard just in case.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Link: https://lore.kernel.org/r/20190728152739.9249-1-yamada.masahiro@socionext.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Masahiro Yamada and committed by
Greg Kroah-Hartman
509ce4c8 ab81f3f3

+4 -1
+4 -1
include/uapi/linux/ppdev.h
··· 15 15 * Added PPGETMODES/PPGETMODE/PPGETPHASE, Fred Barnes <frmb2@ukc.ac.uk>, 03/01/2001 16 16 */ 17 17 18 + #ifndef _UAPI_LINUX_PPDEV_H 19 + #define _UAPI_LINUX_PPDEV_H 20 + 18 21 #define PP_IOCTL 'p' 19 22 20 23 /* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */ ··· 100 97 /* only masks user-visible flags */ 101 98 #define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC) 102 99 103 - 100 + #endif /* _UAPI_LINUX_PPDEV_H */