usb.patch, with conflicts and some warnings fixed
[pintos-anon] / src / devices / usb_hub.h
1 #ifndef HUB_H
2 #define HUB_H
3
4 void usb_hub_init(void);
5
6
7 #endif