summaryrefslogtreecommitdiffstats
path: root/src/devices/vga.h
blob: 59690fb734a1c3abf8e1cc35fff916c6633aa3a6 (plain) (blame)
1
2
3
4
5
6
#ifndef DEVICES_VGA_H
#define DEVICES_VGA_H

void vga_putc (int);

#endif /* devices/vga.h */