/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __USB_TYPEC_RETIMER__ #define __USB_TYPEC_RETIMER__ #include <linux/usb/typec_retimer.h> struct typec_retimer { … }; #define to_typec_retimer(_dev_) … extern const struct device_type typec_retimer_dev_type; #define is_typec_retimer(dev) … #endif /* __USB_TYPEC_RETIMER__ */