diff options
author | Richard Braun <rbraun@sceen.net> | 2017-05-19 19:11:34 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-05-19 19:11:34 +0200 |
commit | 805ba95708f577ea3cfb59f9851ea61ef45abc85 (patch) | |
tree | 81e480b1b7d0e730f52ebb5a5668819d15c5e907 /arch/x86/machine/cga.h | |
parent | 3c203f5b93f23927a1e046f120a1a9438c5213bc (diff) |
kern/console: new module
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 */ |