diff options
Diffstat (limited to 'driver/vesa.h')
| -rw-r--r-- | driver/vesa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/vesa.h b/driver/vesa.h index f6e3eaf..ec98e84 100644 --- a/driver/vesa.h +++ b/driver/vesa.h @@ -1,5 +1,8 @@ #include <stdint.h> +void vesa_update_cursor(uint32_t col,uint32_t row); +void vesa_console_put_char(uint8_t c,uint8_t color_bg, uint8_t color_fg, uint32_t x, uint32_t y); + typedef struct foolfont_struct { uint8_t line[10]; //every single fool font consists of 10 lines a 8 bit |
