From 2c62454c6792b9ce3a55d64dd4c85b2b3378742e Mon Sep 17 00:00:00 2001 From: h2-addad <hamza2.addad@live.uwe.ac.uk> Date: Sun, 16 Jul 2023 00:39:48 +0000 Subject: [PATCH] Update --- src/devices/vga.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/devices/vga.h diff --git a/src/devices/vga.h b/src/devices/vga.h new file mode 100644 index 0000000..59690fb --- /dev/null +++ b/src/devices/vga.h @@ -0,0 +1,6 @@ +#ifndef DEVICES_VGA_H +#define DEVICES_VGA_H + +void vga_putc (int); + +#endif /* devices/vga.h */ -- GitLab