Files
pintos_22/src/devices/vga.h
2024-10-01 23:37:39 +01:00

7 lines
94 B
C

#ifndef DEVICES_VGA_H
#define DEVICES_VGA_H
void vga_putc (int);
#endif /* devices/vga.h */