hcd-ehci.h (d5938f29fea29581725426f203a74da746ca03e7) hcd-ehci.h (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * QEMU USB EHCI Emulation
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *

--- 7 unchanged lines hidden (view full) ---

16 */
17
18#ifndef HW_USB_HCD_EHCI_H
19#define HW_USB_HCD_EHCI_H
20
21#include "qemu/timer.h"
22#include "hw/usb.h"
23#include "sysemu/dma.h"
1/*
2 * QEMU USB EHCI Emulation
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *

--- 7 unchanged lines hidden (view full) ---

16 */
17
18#ifndef HW_USB_HCD_EHCI_H
19#define HW_USB_HCD_EHCI_H
20
21#include "qemu/timer.h"
22#include "hw/usb.h"
23#include "sysemu/dma.h"
24#include "sysemu/sysemu.h"
24#include "hw/pci/pci.h"
25#include "hw/sysbus.h"
26
27#ifndef EHCI_DEBUG
28#define EHCI_DEBUG 0
29#endif
30
31#if EHCI_DEBUG

--- 355 unchanged lines hidden ---
25#include "hw/pci/pci.h"
26#include "hw/sysbus.h"
27
28#ifndef EHCI_DEBUG
29#define EHCI_DEBUG 0
30#endif
31
32#if EHCI_DEBUG

--- 355 unchanged lines hidden ---