cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

extcon-intel.h (384B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Header file for Intel extcon hardware
      4 *
      5 * Copyright (C) 2019 Intel Corporation. All rights reserved.
      6 */
      7
      8#ifndef __EXTCON_INTEL_H__
      9#define __EXTCON_INTEL_H__
     10
     11enum extcon_intel_usb_id {
     12	INTEL_USB_ID_OTG,
     13	INTEL_USB_ID_GND,
     14	INTEL_USB_ID_FLOAT,
     15	INTEL_USB_RID_A,
     16	INTEL_USB_RID_B,
     17	INTEL_USB_RID_C,
     18};
     19
     20#endif	/* __EXTCON_INTEL_H__ */