dma: add DragonFly compat files
[dragonfly.git] / sys / dev / misc / lpt / lptio.h
blob967743440605aa1da53ac746c7590196100be052
1 /*
2 * Copyright (C) 1994 Geoffrey M. Rehmet
4 * This program is free software; you may redistribute it and/or
5 * modify it, provided that it retain the above copyright notice
6 * and the following disclaimer.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12 * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
14 * $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.8.2.1 2000/07/07 00:30:40 obrien Exp $
15 * $DragonFly: src/sys/dev/misc/lpt/lptio.h,v 1.2 2003/06/17 04:28:29 dillon Exp $
18 #ifndef _DEV_PPBUS_LPT_H_
19 #define _DEV_PPBUS_LPT_H_
21 #include <sys/ioccom.h>
23 #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
25 #endif /* !_DEV_PPBUS_LPT_H_ */