Deleted Added
full compact
lptio.h (22975) lptio.h (50477)
1/*
2 * Copyright (C) 1994 Geoffrey M. Rehmet
3 *
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.
7 *
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.
11 *
12 * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
13 *
1/*
2 * Copyright (C) 1994 Geoffrey M. Rehmet
3 *
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.
7 *
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.
11 *
12 * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za>
13 *
14 * $Id$
14 * $FreeBSD: head/sys/dev/ppbus/lptio.h 50477 1999-08-28 01:08:13Z peter $
15 */
16
17#ifndef _MACHINE_LPT_H_
18#define _MACHINE_LPT_H_
19
20#include <sys/ioccom.h>
21
22#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
23
24#endif /* !_MACHINE_LPT_H_ */
15 */
16
17#ifndef _MACHINE_LPT_H_
18#define _MACHINE_LPT_H_
19
20#include <sys/ioccom.h>
21
22#define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */
23
24#endif /* !_MACHINE_LPT_H_ */