-PCI scanning
[pintos-anon] / src / devices / usb.h
diff --git a/src/devices/usb.h b/src/devices/usb.h
new file mode 100644 (file)
index 0000000..7e6429a
--- /dev/null
@@ -0,0 +1,4 @@
+#define USB_BASE_CLASS 0x0c
+#define USB_SUB_CLASS 0x03
+
+void usb_init(void);