Match the include protection with the install location.

This commit is contained in:
David E. O'Brien 2000-05-20 05:45:04 +00:00
parent ef033a65c7
commit 907774ca1a
1 changed files with 3 additions and 3 deletions

View File

@ -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_ */