/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB3503_H__ #define __USB3503_H__ #define USB3503_I2C_NAME … #define USB3503_OFF_PORT1 … #define USB3503_OFF_PORT2 … #define USB3503_OFF_PORT3 … enum usb3503_mode { … }; struct usb3503_platform_data { … }; #endif