aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/vga/text_mode_diplay.h
blob: 944192524c587bf94f8a1b51fec37ec477a603dc (plain)
1
2
3
4
void vga_clear_screen();
void vga_print(char *msg);
void vga_print_ln(char *msg);
void vga_set_text_colour(int foreground, int background);