feat: owloysius - dynamic init function invocator
[lunaix-os.git] / lunaix-os / includes / hal / term.h
index 84da769beb0d4b4c4c9a805d074f08196822adca..6b76db3b75e3c56ea48772c1578b1fbaad1699c8 100644 (file)
@@ -53,6 +53,8 @@ struct term
     speed_t iospeed;
 };
 
+extern struct device* sysconsole;
+
 struct term*
 term_create(struct device* chardev, char* suffix);