os/kernel/vga_err.h

8 lines
117 B
C
Raw Normal View History

#ifndef VGA_ERR_H
#define VGA_ERR_H
void vga_init(char* screen);
void vga_write_string(const char *string);
#endif