1139749Simp/*-
21339Scsgr *  Copyright (C) 1994 Geoffrey M. Rehmet
31339Scsgr *
48876Srgrimes *  This program is free software; you may redistribute it and/or
58876Srgrimes *  modify it, provided that it retain the above copyright notice
61339Scsgr *  and the following disclaimer.
71339Scsgr *
81339Scsgr *  This program is distributed in the hope that it will be useful,
91339Scsgr *  but WITHOUT ANY WARRANTY; without even the implied warranty of
108876Srgrimes *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
111339Scsgr *
121339Scsgr *	Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
131339Scsgr *
1450477Speter * $FreeBSD$
151339Scsgr */
161339Scsgr
1760729Sobrien#ifndef	_DEV_PPBUS_LPT_H_
1860729Sobrien#define	_DEV_PPBUS_LPT_H_
191339Scsgr
2018444Sbde#include <sys/ioccom.h>
211339Scsgr
221339Scsgr#define	LPT_IRQ		_IOW('p', 1, long)	/* set interrupt status */
231339Scsgr
2460729Sobrien#endif /* !_DEV_PPBUS_LPT_H_ */
25