Define and functions required by UHC.
{ \ .install = uhi_msc_install, \ .enable = uhi_msc_enable, \ .uninstall = uhi_msc_uninstall, \ .sof_notify = NULL, \ }
Global define which contains standard UHI API for UHC. It must be added in USB_HOST_UHI define from conf_usb_host.h file.
Definition at line 72 of file uhi_msc.h.