003 File Manager
Current Path:
/usr/src/sys/dev/ppbus
usr
/
src
/
sys
/
dev
/
ppbus
/
📁
..
📄
if_plip.c
(19.13 KB)
📄
lpbb.c
(5.89 KB)
📄
lpt.c
(25.22 KB)
📄
lpt.h
(2.55 KB)
📄
lptio.h
(676 B)
📄
pcfclock.c
(7.59 KB)
📄
ppb_1284.c
(18.27 KB)
📄
ppb_1284.h
(3.85 KB)
📄
ppb_base.c
(5.12 KB)
📄
ppb_msq.c
(7.72 KB)
📄
ppb_msq.h
(7.23 KB)
📄
ppbconf.c
(13.35 KB)
📄
ppbconf.h
(7.08 KB)
📄
ppbio.h
(3.45 KB)
📄
ppbus_if.m
(2.04 KB)
📄
ppi.c
(13.59 KB)
📄
ppi.h
(2.07 KB)
📄
pps.c
(7.9 KB)
Editing: lptio.h
/*- * 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 _DEV_PPBUS_LPT_H_ #define _DEV_PPBUS_LPT_H_ #include <sys/ioccom.h> #define LPT_IRQ _IOW('p', 1, long) /* set interrupt status */ #endif /* !_DEV_PPBUS_LPT_H_ */
Upload File
Create Folder