2 * This file defines the USB charger type and state that are needed for
6 #ifndef _UAPI__LINUX_USB_CHARGER_H
7 #define _UAPI__LINUX_USB_CHARGER_H
11 * SDP (Standard Downstream Port)
12 * DCP (Dedicated Charging Port)
13 * CDP (Charging Downstream Port)
14 * ACA (Accessory Charger Adapters)
16 enum usb_charger_type
{
24 /* USB charger state */
25 enum usb_charger_state
{
31 #endif /* _UAPI__LINUX_USB_CHARGER_H */