Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 7 | #ifndef __LINUX_USB_G_PRINTER_H |
| 8 | #define __LINUX_USB_G_PRINTER_H |
| 9 | #define PRINTER_NOT_ERROR 0x08 |
| 10 | #define PRINTER_SELECTED 0x10 |
Ben Cheng | 655a7c0 | 2013-10-16 16:09:24 -0700 | [diff] [blame] | 11 | #define PRINTER_PAPER_EMPTY 0x20 |
| 12 | #define GADGET_GET_PRINTER_STATUS _IOR('g', 0x21, unsigned char) |
| 13 | #define GADGET_SET_PRINTER_STATUS _IOWR('g', 0x22, unsigned char) |
| 14 | #endif |