From 6c83023331073cacc598f5ade315e4f6542d23aa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 31 Mar 2020 10:20:04 +0200 Subject: dwc_otg: Add support for nexus bus Update #3910. --- freebsd/sys/dev/usb/controller/dwc_otg.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'freebsd') diff --git a/freebsd/sys/dev/usb/controller/dwc_otg.h b/freebsd/sys/dev/usb/controller/dwc_otg.h index 2de0214f..fd8ce96e 100644 --- a/freebsd/sys/dev/usb/controller/dwc_otg.h +++ b/freebsd/sys/dev/usb/controller/dwc_otg.h @@ -223,5 +223,8 @@ driver_filter_t dwc_otg_filter_interrupt; driver_intr_t dwc_otg_interrupt; int dwc_otg_init(struct dwc_otg_softc *); void dwc_otg_uninit(struct dwc_otg_softc *); +#ifdef __rtems__ +void dwc_otg_platform_init(struct dwc_otg_softc *); +#endif /* __rtems__ */ #endif /* _DWC_OTG_H_ */ -- cgit v1.2.3