xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/usb/g_printer.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
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  */
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
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
15