aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-03 01:39:28 +0100
committerpk33 <pk33@pk33.space>2024-11-03 01:39:28 +0100
commitee7cd3e6b622a8c40236ac26270e369bc28af007 (patch)
treed5473064793f559d6677de193b4c827cf6623d2e /include/system.h
parentdd5240ff7a87e85bca15b294236220ac0576055f (diff)
downloadengine33-ee7cd3e6b622a8c40236ac26270e369bc28af007.tar.gz
modesetting tweaks
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h
index c30a9fd..6260013 100644
--- a/include/system.h
+++ b/include/system.h
@@ -5,7 +5,10 @@
err e33_ioctl( Size fd, unsigned long req, void *arg );
-boolean _strcomp( String s1, String s2 );
+boolean strcomp( String s1, String s2 );
+void clear_tty( void);
+void vprint_tty( String fmt, ... );
+err get_line (char *buff, size_t sz, char *fmt, ...);
#endif /** __SYSTEM_H__ **/