186d7f5d3SJohn Marino /* 286d7f5d3SJohn Marino * Copyright (C) 1994 Geoffrey M. Rehmet 386d7f5d3SJohn Marino * 486d7f5d3SJohn Marino * This program is free software; you may redistribute it and/or 586d7f5d3SJohn Marino * modify it, provided that it retain the above copyright notice 686d7f5d3SJohn Marino * and the following disclaimer. 786d7f5d3SJohn Marino * 886d7f5d3SJohn Marino * This program is distributed in the hope that it will be useful, 986d7f5d3SJohn Marino * but WITHOUT ANY WARRANTY; without even the implied warranty of 1086d7f5d3SJohn Marino * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 1186d7f5d3SJohn Marino * 1286d7f5d3SJohn Marino * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> 1386d7f5d3SJohn Marino * 1486d7f5d3SJohn Marino * $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.8.2.1 2000/07/07 00:30:40 obrien Exp $ 1586d7f5d3SJohn Marino * $DragonFly: src/sys/dev/misc/lpt/lptio.h,v 1.2 2003/06/17 04:28:29 dillon Exp $ 1686d7f5d3SJohn Marino */ 1786d7f5d3SJohn Marino 1886d7f5d3SJohn Marino #ifndef _DEV_PPBUS_LPT_H_ 1986d7f5d3SJohn Marino #define _DEV_PPBUS_LPT_H_ 2086d7f5d3SJohn Marino 2186d7f5d3SJohn Marino #include <sys/ioccom.h> 2286d7f5d3SJohn Marino 2386d7f5d3SJohn Marino #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */ 2486d7f5d3SJohn Marino 2586d7f5d3SJohn Marino #endif /* !_DEV_PPBUS_LPT_H_ */ 26