/* * Copyright (C) 1994 Geoffrey M. Rehmet * * This program is free software; you may redistribute it and/or * modify it, provided that it retain the above copyright notice * 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 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * Geoff Rehmet, Rhodes University, South Africa * * $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.8.2.1 2000/07/07 00:30:40 obrien Exp $ * $DragonFly: src/sys/dev/misc/lpt/lptio.h,v 1.2 2003/06/17 04:28:29 dillon Exp $ */ #ifndef _DEV_PPBUS_LPT_H_ #define _DEV_PPBUS_LPT_H_ #include #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */ #endif /* !_DEV_PPBUS_LPT_H_ */