blob: dca14ff2842c63d08c233bcc2258473c213ef840 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Cheng655a7c02013-10-16 16:09:24 -07007#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 Cheng655a7c02013-10-16 16:09:24 -070011#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