aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/system.h
diff options
context:
space:
mode:
authorMarvin Borner2020-04-15 16:35:29 +0200
committerMarvin Borner2020-04-15 16:35:29 +0200
commitaa3d1b4689e6dadd982fe1e5ca8af69ca39c617d (patch)
tree8d4eff1df3031e601cb50cf005130a591fce35a1 /src/kernel/system.h
parent10cd931d75a02942c5ad254cef2e56b515122fa3 (diff)
Added ext2 filesystem
Diffstat (limited to 'src/kernel/system.h')
-rw-r--r--src/kernel/system.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/system.h b/src/kernel/system.h
index 90535f6..29097bd 100644
--- a/src/kernel/system.h
+++ b/src/kernel/system.h
@@ -76,6 +76,12 @@ void info(const char *fmt, ...);
void warn(const char *fmt, ...);
/**
+ * Log into serial console
+ * @param msg The log string
+ */
+void log(const char *fmt, ...);
+
+/**
* Halt the entire system and display a message
* TODO: Add line number and file name
* @param msg The error cause/reason