summaryrefslogtreecommitdiff
path: root/kernel/util.h
diff options
context:
space:
mode:
authordzwdz2021-06-25 16:22:43 +0200
committerdzwdz2021-06-25 16:22:43 +0200
commitf60d40f3bf4dfe8ed6f63a27367d323319a4ef97 (patch)
tree1cde54eb600106d0d1fc11927f55d5a03eb2b4aa /kernel/util.h
parent376325d08388d9103ca2f57aceb60c4a507a42aa (diff)
ring3
Diffstat (limited to 'kernel/util.h')
-rw-r--r--kernel/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/util.h b/kernel/util.h
new file mode 100644
index 0000000..688ac63
--- /dev/null
+++ b/kernel/util.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <stddef.h>
+
+void *memset(void *s, int c, size_t n);