diff options
author | Marvin Borner | 2020-07-22 19:57:16 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-22 19:57:16 +0200 |
commit | e9c31cf19a30bd2d9960ce8341fea9cbfc973f7a (patch) | |
tree | e598da74f4fb51f926a929d0ae4fda8605d0b3f3 /src/inc/vesa.h | |
parent | 40cc5e32663cd0350b791b8e54825f564489343f (diff) |
Added basic malloc (WARNING: DUMB!) :)
Diffstat (limited to 'src/inc/vesa.h')
-rw-r--r-- | src/inc/vesa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/vesa.h b/src/inc/vesa.h index 661ab16..c4863f1 100644 --- a/src/inc/vesa.h +++ b/src/inc/vesa.h @@ -45,6 +45,6 @@ struct vbe { struct vbe *vbe; -void vesa_clear(const u32 color[3]); +void vesa_fill(const u8 color[3]); #endif |