Match the include protection with the install location.
This commit is contained in:
parent
ef033a65c7
commit
907774ca1a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60729
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user