![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * Header file for Intel extcon hardware 0004 * 0005 * Copyright (C) 2019 Intel Corporation. All rights reserved. 0006 */ 0007 0008 #ifndef __EXTCON_INTEL_H__ 0009 #define __EXTCON_INTEL_H__ 0010 0011 enum extcon_intel_usb_id { 0012 INTEL_USB_ID_OTG, 0013 INTEL_USB_ID_GND, 0014 INTEL_USB_ID_FLOAT, 0015 INTEL_USB_RID_A, 0016 INTEL_USB_RID_B, 0017 INTEL_USB_RID_C, 0018 }; 0019 0020 #endif /* __EXTCON_INTEL_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |