diff options
Diffstat (limited to 'kernel/io/vga/text_mode_diplay.h')
| -rw-r--r-- | kernel/io/vga/text_mode_diplay.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/io/vga/text_mode_diplay.h b/kernel/io/vga/text_mode_diplay.h index 269a6ce..9441925 100644 --- a/kernel/io/vga/text_mode_diplay.h +++ b/kernel/io/vga/text_mode_diplay.h @@ -1,4 +1,4 @@ -void clear_screen(); -void print(char *msg); -void print_ln(char *msg); -void set_text_colour(int foreground, int background);
\ No newline at end of file +void vga_clear_screen(); +void vga_print(char *msg); +void vga_print_ln(char *msg); +void vga_set_text_colour(int foreground, int background);
\ No newline at end of file |