diff options
Diffstat (limited to 'arch/x86/machine/cga.h')
-rw-r--r-- | arch/x86/machine/cga.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86/machine/cga.h b/arch/x86/machine/cga.h index 2dc12cf4..a6771621 100644 --- a/arch/x86/machine/cga.h +++ b/arch/x86/machine/cga.h @@ -21,16 +21,9 @@ #ifndef _X86_CGA_H #define _X86_CGA_H -#include <stdint.h> - /* * Initialize the cga module. */ void cga_setup(void); -/* - * Write a byte on the screen at current cursor position. - */ -void cga_write_byte(uint8_t byte); - #endif /* _X86_CGA_H */ |