summaryrefslogtreecommitdiff
path: root/kc/api/kc.h
diff options
context:
space:
mode:
authorAda Christine <adachristine18@gmail.com>2022-02-20 23:50:43 +0000
committerAda Christine <adachristine18@gmail.com>2022-02-20 23:50:43 +0000
commit6002ec7d841d91d85cc55733c539594c97fc2e30 (patch)
tree951daac374219fcf6d49af9195383443e8f468f0 /kc/api/kc.h
parent0625188d3e925136645f2a99f6280dbf689dc0e2 (diff)
moving files around
Diffstat (limited to 'kc/api/kc.h')
-rw-r--r--kc/api/kc.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/kc/api/kc.h b/kc/api/kc.h
new file mode 100644
index 0000000..c3390b2
--- /dev/null
+++ b/kc/api/kc.h
@@ -0,0 +1,11 @@
+#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_data_begin;
+extern char kc_data_end;
+
+#define KC_EXPORT __attribute__((visibility("default")))
+