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