summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/lpt.h
blob: a203c7d69d54eabd9ccb7a143d3927f635f00f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 *  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>
 *
 * $Id: lpt.h,v 1.2 1994/08/02 07:38:52 davidg Exp $
 */

#ifndef _LPT_PRINTER_H_
#define _LPT_PRINTER_H_

#include <sys/types.h>
#include <sys/ioctl.h>

#define	LPT_IRQ		_IOW('p', 1, long)	/* set interrupt status */

#endif
OpenPOWER on IntegriCloud