1
0
Fork 0
qemu/roms/openbios/include/drivers/usb.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

8 lines
172 B
C

#ifndef USB_H
#define USB_H
int ob_usb_ohci_init(const char *path, uint32_t addr);
void ob_usb_hid_add_keyboard(const char *path);
int usb_exit(void);
#endif /* USB_H */