blob: 342bc745fc5c27c6aad360febeda4e5c47ace6d1 [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 */
Christopher Ferris1308ad32017-11-14 17:32:13 -08007#ifndef _UAPI__LINUX_USB_CHARGER_H
8#define _UAPI__LINUX_USB_CHARGER_H
9enum usb_charger_type {
Christopher Ferrisbb9fcb42020-04-06 11:38:04 -070010 UNKNOWN_TYPE = 0,
11 SDP_TYPE = 1,
12 DCP_TYPE = 2,
13 CDP_TYPE = 3,
14 ACA_TYPE = 4,
Christopher Ferris82d75042015-01-26 10:57:07 -080015};
Christopher Ferris1308ad32017-11-14 17:32:13 -080016enum usb_charger_state {
Christopher Ferrisbb9fcb42020-04-06 11:38:04 -070017 USB_CHARGER_DEFAULT = 0,
18 USB_CHARGER_PRESENT = 1,
19 USB_CHARGER_ABSENT = 2,
Christopher Ferris82d75042015-01-26 10:57:07 -080020};
21#endif