summaryrefslogtreecommitdiff
path: root/kc/api/kc.h
blob: b4a668238a789a7e7d630ec4a85c16c237ab41b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

extern unsigned char kc_image_base;
extern unsigned char kc_text_begin;
extern unsigned char kc_text_end;
extern unsigned char kc_rodata_begin;
extern unsigned char kc_data_begin;
extern unsigned char kc_data_end;
extern unsigned char kc_image_end;

#define KC_EXPORT __attribute__((visibility("default")))