Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / openbios / include / drivers / usb.h
1 #ifndef USB_H
2 #define USB_H
3
4 int ob_usb_ohci_init(const char *path, uint32_t addr);
5 void ob_usb_hid_add_keyboard(const char *path);
6 int usb_exit(void);
7
8 #endif /* USB_H */