We use a MI version of this now, which is mostly this file repo copied to

dev/ppbus/lptio.h.
This commit is contained in:
David E. O'Brien 2000-05-19 18:25:23 +00:00
parent 17c73e2bb2
commit 77b678ab6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60721

View File

@ -1,24 +0,0 @@
/*
* 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 <csgr@cs.ru.ac.za>
*
* $FreeBSD$
*/
#ifndef _MACHINE_LPT_H_
#define _MACHINE_LPT_H_
#include <sys/ioccom.h>
#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
#endif /* !_MACHINE_LPT_H_ */