diff options
author | obrien <obrien@FreeBSD.org> | 2000-05-20 05:45:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-05-20 05:45:04 +0000 |
commit | 686e0c6a91dfb95c8d5a7ef28b384c987b2732b1 (patch) | |
tree | 5549458aca93de230fd78c8cd4494f4205609d00 /sys/dev/ppbus | |
parent | 9977806373ad1f5fd2f69edd413f85cb2cdd619c (diff) | |
download | FreeBSD-src-686e0c6a91dfb95c8d5a7ef28b384c987b2732b1.zip FreeBSD-src-686e0c6a91dfb95c8d5a7ef28b384c987b2732b1.tar.gz |
Match the include protection with the install location.
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r-- | sys/dev/ppbus/lptio.h | 6 |
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_ */ |