aboutsummaryrefslogtreecommitdiff
path: root/kernel/io/vga/text_mode_diplay.h
blob: 269a6ce074df61379ebeb829ae6b7b34bd0448ce (plain)
1
2
3
4
void clear_screen();
void print(char *msg);
void print_ln(char *msg);
void set_text_colour(int foreground, int background);