1 2 3 4 5 6 7 8 9
#ifndef _VGA_H #define _VGA_H uint8_t *open_framebuffer(); void close_framebuffer(); void set_mode(uint8_t mode); #endif // _VGA_H