diff options
author | Marvin Borner | 2019-09-19 22:41:10 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-19 22:41:10 +0200 |
commit | ab431f761e9a0921a2e5b143d07819ddbbfead06 (patch) | |
tree | 4f42d04503fc8a4f0665c4ed02d61359080fdca1 /src/kernel/graphics/graphics.h | |
parent | 8fd9eaf2d582893e6b3117d0dbeb1d368ca61d7a (diff) |
Started development of vesa graphic driver
Diffstat (limited to 'src/kernel/graphics/graphics.h')
-rw-r--r-- | src/kernel/graphics/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/graphics/graphics.h b/src/kernel/graphics/graphics.h index a9ed917..1f36d48 100644 --- a/src/kernel/graphics/graphics.h +++ b/src/kernel/graphics/graphics.h @@ -18,4 +18,7 @@ void terminal_put_char(char c); void terminal_write_line(const char *data); +// VESA +void vesa_init(); + #endif
\ No newline at end of file |