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