#ifndef GRAPHICS_CONTEXT_H #define GRAPHICS_CONTEXT_H #include "drivers/video/vga.h" typedef vga_t graphics_context_t; #endif //GRAPHICS_CONTEXT_H