aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/ppdev.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
committerTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
commit1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch)
tree1aaf6970e99c1f5535776f9fd9067f0d811b2532 /include/uapi/linux/ppdev.h
parentARM: dts: am4372: Set memory bandwidth limit for DISPC (diff)
parentARM: omap2plus_defconfig: Fix selected panels after generic panel changes (diff)
Merge tag 'fix-missing-panels' into fixes
Diffstat (limited to 'include/uapi/linux/ppdev.h')
-rw-r--r--include/uapi/linux/ppdev.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/uapi/linux/ppdev.h b/include/uapi/linux/ppdev.h
index 8fe3c64d149e..eb895b83f2bd 100644
--- a/include/uapi/linux/ppdev.h
+++ b/include/uapi/linux/ppdev.h
@@ -15,6 +15,9 @@
* Added PPGETMODES/PPGETMODE/PPGETPHASE, Fred Barnes <frmb2@ukc.ac.uk>, 03/01/2001
*/
+#ifndef _UAPI_LINUX_PPDEV_H
+#define _UAPI_LINUX_PPDEV_H
+
#define PP_IOCTL 'p'
/* Set mode for read/write (e.g. IEEE1284_MODE_EPP) */
@@ -97,4 +100,4 @@ struct ppdev_frob_struct {
/* only masks user-visible flags */
#define PP_FLAGMASK (PP_FASTWRITE | PP_FASTREAD | PP_W91284PIC)
-
+#endif /* _UAPI_LINUX_PPDEV_H */