2005-01-06 01:43:34 +00:00
|
|
|
/*-
|
1994-04-06 16:42:33 +00:00
|
|
|
* Copyright (C) 1994 Geoffrey M. Rehmet
|
|
|
|
*
|
1995-05-30 08:16:23 +00:00
|
|
|
* This program is free software; you may redistribute it and/or
|
|
|
|
* modify it, provided that it retain the above copyright notice
|
1994-04-06 16:42:33 +00:00
|
|
|
* and the following disclaimer.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
1995-05-30 08:16:23 +00:00
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
1994-04-06 16:42:33 +00:00
|
|
|
*
|
|
|
|
* Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
|
|
|
|
*
|
1999-08-28 01:08:13 +00:00
|
|
|
* $FreeBSD$
|
1994-04-06 16:42:33 +00:00
|
|
|
*/
|
|
|
|
|
2000-05-20 05:45:04 +00:00
|
|
|
#ifndef _DEV_PPBUS_LPT_H_
|
|
|
|
#define _DEV_PPBUS_LPT_H_
|
1994-04-06 16:42:33 +00:00
|
|
|
|
1996-09-21 14:59:43 +00:00
|
|
|
#include <sys/ioccom.h>
|
1994-04-06 16:42:33 +00:00
|
|
|
|
|
|
|
#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
|
|
|
|
|
2000-05-20 05:45:04 +00:00
|
|
|
#endif /* !_DEV_PPBUS_LPT_H_ */
|