git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
feat: owloysius - dynamic init function invocator
[lunaix-os.git]
/
lunaix-os
/
includes
/
hal
/
term.h
diff --git
a/lunaix-os/includes/hal/term.h
b/lunaix-os/includes/hal/term.h
index 84da769beb0d4b4c4c9a805d074f08196822adca..6b76db3b75e3c56ea48772c1578b1fbaad1699c8 100644
(file)
--- a/
lunaix-os/includes/hal/term.h
+++ b/
lunaix-os/includes/hal/term.h
@@
-53,6
+53,8
@@
struct term
speed_t iospeed;
};
+extern struct device* sysconsole;
+
struct term*
term_create(struct device* chardev, char* suffix);