usb.patch, with conflicts and some warnings fixed
[pintos-anon] / src / devices / usb_hub.h
diff --git a/src/devices/usb_hub.h b/src/devices/usb_hub.h
new file mode 100644 (file)
index 0000000..d4399d7
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef HUB_H
+#define HUB_H
+
+void usb_hub_init(void);
+
+
+#endif