Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
g_printer.h File Reference

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)
 

Macro Definition Documentation

#define GADGET_GET_PRINTER_STATUS   _IOR('g', 0x21, unsigned char)

Definition at line 32 of file g_printer.h.

#define GADGET_SET_PRINTER_STATUS   _IOWR('g', 0x22, unsigned char)

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.