summaryrefslogtreecommitdiff
path: root/api/kernel
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
committerAda Christine <adachristine18@gmail.com>2021-04-07 11:16:11 +0000
commit382ee1b11be7e01d2797efe4ccd97ad7c5a4cf72 (patch)
tree854464f37cb19e97f55ebad1c3260d699eb599a5 /api/kernel
parent6d4fefae4f0afff412117133ee5e2178c3c5a1a1 (diff)
moved headers around a bit
Diffstat (limited to 'api/kernel')
-rw-r--r--api/kernel/entry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/kernel/entry.h b/api/kernel/entry.h
new file mode 100644
index 0000000..791d8b6
--- /dev/null
+++ b/api/kernel/entry.h
@@ -0,0 +1,3 @@
+#pragma once
+
+typedef void (*kernel_entry_func)(void *data);