X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevices%2Fvga.h;h=190cf2158952123f27a55397b4c8ea6650eab024;hb=ca00eb38b220df6f4c1112ae104fff1d56f2b310;hp=a859dea7ef555287128894f2df704c9b32ba555f;hpb=750d21936d284127e265d050ccbce76fca1ece1a;p=pintos-anon diff --git a/src/devices/vga.h b/src/devices/vga.h index a859dea..190cf21 100644 --- a/src/devices/vga.h +++ b/src/devices/vga.h @@ -1,8 +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_cls (void); void vga_putc (int); -#endif /* vga.h */ +#endif /* devices/vga.h */