summaryrefslogtreecommitdiffstats
path: root/pintos-progos/devices/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'pintos-progos/devices/vga.h')
-rw-r--r--pintos-progos/devices/vga.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pintos-progos/devices/vga.h b/pintos-progos/devices/vga.h
new file mode 100644
index 0000000..59690fb
--- /dev/null
+++ b/pintos-progos/devices/vga.h
@@ -0,0 +1,6 @@
1#ifndef DEVICES_VGA_H
2#define DEVICES_VGA_H
3
4void vga_putc (int);
5
6#endif /* devices/vga.h */