Rewrite of multi-oom. Now descends 10 times and expects to reach the same
[pintos-anon] / src / devices / vga.h
1 #ifndef DEVICES_VGA_H
2 #define DEVICES_VGA_H
3
4 void vga_init (void);
5 void vga_putc (int);
6
7 #endif /* devices/vga.h */