X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.h;h=59690fb734a1c3abf8e1cc35fff916c6633aa3a6;hb=53a7f5d0952a4595f252247f5ee3d017468eb57e;hp=2221034883af29f1c6566c95abc4ba5977a21f42;hpb=7180597203a54c08582b1bb092dc465ec1d26d7c;p=pintos-anon diff --git a/src/devices/vga.h b/src/devices/vga.h index 2221034..59690fb 100644 --- a/src/devices/vga.h +++ b/src/devices/vga.h @@ -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 */