1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __RZV2M_USB3DRD_H
3 #define __RZV2M_USB3DRD_H
5 #include <linux/types.h>
11 struct reset_control
*drd_rstc
;
14 #if IS_ENABLED(CONFIG_USB_RZV2M_USB3DRD)
15 void rzv2m_usb3drd_reset(struct device
*dev
, bool host
);
17 static inline void rzv2m_usb3drd_reset(struct device
*dev
, bool host
) { }
20 #endif /* __RZV2M_USB3DRD_H */