summaryrefslogtreecommitdiff
path: root/api/kc/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 /api/kc/kc.h
parent0625188d3e925136645f2a99f6280dbf689dc0e2 (diff)
moving files around
Diffstat (limited to 'api/kc/kc.h')
-rw-r--r--api/kc/kc.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/api/kc/kc.h b/api/kc/kc.h
deleted file mode 100644
index c3390b2..0000000
--- a/api/kc/kc.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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")))
-