lptio.h revision 18444
11573Srgrimes/*
21573Srgrimes *  Copyright (C) 1994 Geoffrey M. Rehmet
31573Srgrimes *
41573Srgrimes *  This program is free software; you may redistribute it and/or
51573Srgrimes *  modify it, provided that it retain the above copyright notice
61573Srgrimes *  and the following disclaimer.
71573Srgrimes *
81573Srgrimes *  This program is distributed in the hope that it will be useful,
91573Srgrimes *  but WITHOUT ANY WARRANTY; without even the implied warranty of
101573Srgrimes *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
111573Srgrimes *
121573Srgrimes *	Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
131573Srgrimes *
141573Srgrimes * $Id: lpt.h,v 1.3 1995/05/30 08:00:41 rgrimes Exp $
151573Srgrimes */
161573Srgrimes
171573Srgrimes#ifndef	_MACHINE_LPT_H_
181573Srgrimes#define	_MACHINE_LPT_H_
191573Srgrimes
201573Srgrimes#include <sys/ioccom.h>
211573Srgrimes
221573Srgrimes#define	LPT_IRQ		_IOW('p', 1, long)	/* set interrupt status */
231573Srgrimes
241573Srgrimes#endif /* !_MACHINE_LPT_H_ */
251573Srgrimes