X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.h;h=190cf2158952123f27a55397b4c8ea6650eab024;hb=6916b246f3be8c72d6e77fd98c4a1447fd2c1de7;hp=2221034883af29f1c6566c95abc4ba5977a21f42;hpb=859a5d60ca3a5a78d88a7bfb69f9944a41535504;p=pintos-anon diff --git a/src/devices/vga.h b/src/devices/vga.h index 2221034..190cf21 100644 --- a/src/devices/vga.h +++ b/src/devices/vga.h @@ -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 */