29 #ifdef HAVE_LINUX_PARPORT_H
30 #include <linux/parport.h>
33 #ifndef PARPORT_CONTROL_STROBE
34 #define PARPORT_CONTROL_STROBE 0x1
36 #ifndef PARPORT_CONTROL_AUTOFD
37 #define PARPORT_CONTROL_AUTOFD 0x2
39 #ifndef PARPORT_CONTROL_INIT
40 #define PARPORT_CONTROL_INIT 0x4
42 #ifndef PARPORT_CONTROL_SELECT
43 #define PARPORT_CONTROL_SELECT 0x8
46 #ifndef PARPORT_STATUS_ERROR
47 #define PARPORT_STATUS_ERROR 0x8
49 #ifndef PARPORT_STATUS_SELECT
50 #define PARPORT_STATUS_SELECT 0x10
52 #ifndef PARPORT_STATUS_PAPEROUT
53 #define PARPORT_STATUS_PAPEROUT 0x20
55 #ifndef PARPORT_STATUS_ACK
56 #define PARPORT_STATUS_ACK 0x40
58 #ifndef PARPORT_STATUS_BUSY
59 #define PARPORT_STATUS_BUSY 0x80
Hamlib documentation for version 1.2.15.3 -- Sat Aug 3 2013 21:30:04
Project page: http://www.hamlib.org