[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 05/26] hw/usb/desc: Add missing header
From: |
Alistair Francis |
Subject: |
Re: [PATCH 05/26] hw/usb/desc: Add missing header |
Date: |
Mon, 6 Jul 2020 09:55:22 -0700 |
On Sat, Jul 4, 2020 at 7:52 AM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> This header uses the USBPacket and USBDevice types which are
> forward declared in "hw/usb.h".
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Alistair
> ---
> hw/usb/desc.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/hw/usb/desc.h b/hw/usb/desc.h
> index 4d81c68e0e..92594fbe29 100644
> --- a/hw/usb/desc.h
> +++ b/hw/usb/desc.h
> @@ -2,6 +2,7 @@
> #define QEMU_HW_USB_DESC_H
>
> #include <wchar.h>
> +#include "hw/usb.h"
>
> /* binary representation */
> typedef struct USBDescriptor {
> --
> 2.21.3
>
>
- [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header, (continued)
- [PATCH 01/26] hw/arm/sbsa-ref: Remove unused 'hw/usb.h' header, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 02/26] hw/ppc/sam460ex: Add missing 'hw/pci/pci.h' header, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 03/26] hw/usb: Remove unused VM_USB_HUB_SIZE definition, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 04/26] hw/usb: Reduce 'exec/memory.h' inclusion, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 05/26] hw/usb/desc: Add missing header, Philippe Mathieu-Daudé, 2020/07/04
- Re: [PATCH 05/26] hw/usb/desc: Add missing header,
Alistair Francis <=
- [PATCH 06/26] hw/usb/hcd-dwc2: Remove unnecessary includes, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 07/26] hw/usb/hcd-dwc2: Restrict some headers to source, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 08/26] hw/usb/hcd-dwc2: Restrict 'dwc2-regs.h' scope, Philippe Mathieu-Daudé, 2020/07/04
- [PATCH 09/26] hw/usb/hcd-ehci: Remove unnecessary include, Philippe Mathieu-Daudé, 2020/07/04