Fix up header guards.
[pintos-anon] / src / devices / vga.h
index 2221034883af29f1c6566c95abc4ba5977a21f42..190cf2158952123f27a55397b4c8ea6650eab024 100644 (file)
@@ -1,7 +1,7 @@
-#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 */