Update screen.h

This commit is contained in:
MainSilent 2021-02-10 08:31:01 +03:30 committed by GitHub
parent 59d6c52639
commit bd57f32674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
#define REG_SCREEN_DATA 0x3d5
/* Public kernel API */
int strlen();
void clear_screen();
void kprint_at(char *message, int col, int row);
void kprint(char *message);