Implement a proper block layer with partition support.
[pintos-anon] / src / devices / ide.h
diff --git a/src/devices/ide.h b/src/devices/ide.h
new file mode 100644 (file)
index 0000000..b35da5e
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef DEVICES_IDE_H
+#define DEVICES_IDE_H
+
+void ide_init (void);
+
+#endif /* devices/ide.h */