Parse command-line options much earlier, so that thread_mlfqs is
[pintos-anon] / src / devices / vga.h
index 2221034883af29f1c6566c95abc4ba5977a21f42..59690fb734a1c3abf8e1cc35fff916c6633aa3a6 100644 (file)
@@ -1,7 +1,6 @@
-#ifndef HEADER_VGA_H
-#define HEADER_VGA_H 1
+#ifndef DEVICES_VGA_H
+#define DEVICES_VGA_H
 
-void vga_init (void);
 void vga_putc (int);
 
-#endif /* vga.h */
+#endif /* devices/vga.h */