/* SPDX-License-Identifier: GPL-2.0 */ /* * Header file for Intel extcon hardware * * Copyright (C) 2019 Intel Corporation. All rights reserved. */ #ifndef __EXTCON_INTEL_H__ #define __EXTCON_INTEL_H__ enum extcon_intel_usb_id { … }; #endif /* __EXTCON_INTEL_H__ */