Add -MF to GCC invocation to make ccache happy on Fedora Core 6.
[pintos-anon] / src / devices / vga.h
1 #ifndef DEVICES_VGA_H
2 #define DEVICES_VGA_H
3
4 void vga_putc (int);
5
6 #endif /* devices/vga.h */