Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | PRINTER_NOT_ERROR 0x08 |
#define | PRINTER_SELECTED 0x10 |
#define | PRINTER_PAPER_EMPTY 0x20 |
#define | GADGET_GET_PRINTER_STATUS _IOR('g', 0x21, unsigned char) |
#define | GADGET_SET_PRINTER_STATUS _IOWR('g', 0x22, unsigned char) |
Definition at line 32 of file g_printer.h.
Definition at line 33 of file g_printer.h.
#define PRINTER_NOT_ERROR 0x08 |
Definition at line 24 of file g_printer.h.
#define PRINTER_PAPER_EMPTY 0x20 |
Definition at line 26 of file g_printer.h.
#define PRINTER_SELECTED 0x10 |
Definition at line 25 of file g_printer.h.