/* SPDX-License-Identifier: GPL-2.0 */ /* * board initialization should put one of these into dev->platform_data * and place the sl811hs onto platform_bus named "sl811-hcd". */ #ifndef __LINUX_USB_SL811_H #define __LINUX_USB_SL811_H struct sl811_platform_data { … }; #endif /* __LINUX_USB_SL811_H */