summaryrefslogtreecommitdiff
path: root/api/kernel/component.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2021-12-19 01:16:51 +0000
committerAda Christine <adachristine18@gmail.com>2021-12-19 01:16:51 +0000
commitbff63a4337eb3388617d230970c5eb2684d6a215 (patch)
treef40891f45918b23dac0f31888142136434c7fc8c /api/kernel/component.h
parentd5f485a4f6801f58cbb2bc9d8e80c955c79ff044 (diff)
i don't know what i'm doing anymore
Diffstat (limited to 'api/kernel/component.h')
-rw-r--r--api/kernel/component.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/api/kernel/component.h b/api/kernel/component.h
new file mode 100644
index 0000000..d795283
--- /dev/null
+++ b/api/kernel/component.h
@@ -0,0 +1,10 @@
+#pragma once
+
+extern char kc_image_base;
+extern char kc_text_begin;
+extern char kc_text_end;
+extern char kc_rodata_begin;
+extern char kc_rodata_end;
+extern char kc_data_begin;
+extern char kc_data_end;
+