summaryrefslogtreecommitdiff
path: root/include/drivers/usb.h
blob: 143ed27bc7ad2213b1b2b1a5f8cb61c284498015 (plain)
1
2
3
4
5
6
7
8
#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 */