X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fdevices%2Fvga.h;h=59690fb734a1c3abf8e1cc35fff916c6633aa3a6;hp=190cf2158952123f27a55397b4c8ea6650eab024;hb=53a7f5d0952a4595f252247f5ee3d017468eb57e;hpb=e5439c03526c8e2881b0430ddbfe02812bee2e68 diff --git a/src/devices/vga.h b/src/devices/vga.h index 190cf21..59690fb 100644 --- a/src/devices/vga.h +++ b/src/devices/vga.h @@ -1,7 +1,6 @@ #ifndef DEVICES_VGA_H #define DEVICES_VGA_H -void vga_init (void); void vga_putc (int); #endif /* devices/vga.h */