summaryrefslogtreecommitdiff
path: root/hw/usb-ohci.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb-ohci.h')
-rw-r--r--hw/usb-ohci.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/hw/usb-ohci.h b/hw/usb-ohci.h
deleted file mode 100644
index eefcef3602..0000000000
--- a/hw/usb-ohci.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef QEMU_USB_OHCI_H
-#define QEMU_USB_OHCI_H
-
-#include "qemu-common.h"
-
-void usb_ohci_init_pci(struct PCIBus *bus, int devfn);
-
-#endif
-