Applied patch set 6 by Ben, derived from Anthony's megapatch, and minor
[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