OSDN Git Service

usb/xhci: add include/hw/usb/xhci.h header file
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 20 Oct 2020 07:48:36 +0000 (09:48 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 21 Oct 2020 09:36:19 +0000 (11:36 +0200)
commit848db5257db7f5a199373f3ac870893e7d770d46
tree6acdcd7c6096fbb416c2df0c29bdf393ad668f78
parent284e269d7ecd511084cc83d6b5ce3bca4db38f53
usb/xhci: add include/hw/usb/xhci.h header file

Move a bunch of defines which might be needed outside core xhci
code to that place.  Add XHCI_ prefixes to avoid name clashes.
No functional change.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
Message-id: 20201020074844.5304-3-kraxel@redhat.com
hw/usb/hcd-xhci-nec.c
hw/usb/hcd-xhci-pci.c
hw/usb/hcd-xhci-sysbus.c
hw/usb/hcd-xhci-sysbus.h
hw/usb/hcd-xhci.c
hw/usb/hcd-xhci.h
include/hw/usb/xhci.h [new file with mode: 0644]