16 lines
404 B
C
16 lines
404 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern uint32_t _binary_mod_getfunk_getfunk_mod_start __asm("_binary_mod_getfunk_getfunk_mod_start");
|
|
extern uint32_t _binary_mod_getfunk_getfunk_mod_end __asm("_binary_mod_getfunk_getfunk_mod_end");
|
|
extern uint32_t _binary_mod_getfunk_getfunk_mod_size __asm("_binary_mod_getfunk_getfunk_mod_size");
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|