summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ppbus/lptio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ppbus/lptio.h b/sys/dev/ppbus/lptio.h
index 56d196a..8458bc6 100644
--- a/sys/dev/ppbus/lptio.h
+++ b/sys/dev/ppbus/lptio.h
@@ -14,11 +14,11 @@
* $FreeBSD$
*/
-#ifndef _MACHINE_LPT_H_
-#define _MACHINE_LPT_H_
+#ifndef _DEV_PPBUS_LPT_H_
+#define _DEV_PPBUS_LPT_H_
#include <sys/ioccom.h>
#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
-#endif /* !_MACHINE_LPT_H_ */
+#endif /* !_DEV_PPBUS_LPT_H_ */
OpenPOWER on IntegriCloud