X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=include%2Farch%2Fx86%2Ftty.h;h=988d73822e47f01d6a638842d0f83b3c4e4871f2;hb=0ef05b6c3cc6f4236f2d5ae35d64328d96bcff24;hp=ced66d777fc5ad08bd7098807fd6121baa304a8e;hpb=2d2187830c156e9c36e70fb7dbe4b05dfc09a255;p=nameless-os.git diff --git a/include/arch/x86/tty.h b/include/arch/x86/tty.h index ced66d7..988d738 100644 --- a/include/arch/x86/tty.h +++ b/include/arch/x86/tty.h @@ -1,5 +1,5 @@ #ifndef X86_TTY_H #define X86_TTY_H extern void screen_clear(void); -extern void kprint(char *string); +extern void kprint(const char *string); #endif