hw/usb: Move device-specific declarations to new 'hcd-musb.h' header
commit2c89d91195c4c7a118d2ae3518c31ca77a0583cd
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Mon, 1 Jun 2020 14:15:35 +0000 (1 16:15 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 12 Jun 2020 15:20:14 +0000 (12 11:20 -0400)
treedb79d36b62bfb48e0a9d278be4229434a2a7ed9a
parente1bc61989264a37aeffefa1fb3cf100db259b35b
hw/usb: Move device-specific declarations to new 'hcd-musb.h' header

Move the declarations for the MUSB-HDRC USB2.0 OTG compliant core
into a separate header.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20200601141536.15192-3-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/usb/hcd-musb.c
hw/usb/tusb6010.c
include/hw/usb.h
include/hw/usb/hcd-musb.h [new file with mode: 0644]