summaryrefslogtreecommitdiffstats
path: root/pintos-progos/devices/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/devices/ide.h')
-rw-r--r--pintos-progos/devices/ide.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/pintos-progos/devices/ide.h b/pintos-progos/devices/ide.h
deleted file mode 100644
index b35da5e..0000000
--- a/pintos-progos/devices/ide.h
+++ /dev/null
@@ -1,6 +0,0 @@
1#ifndef DEVICES_IDE_H
2#define DEVICES_IDE_H
3
4void ide_init (void);
5
6#endif /* devices/ide.h */