16 lines
378 B
C
16 lines
378 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern C {
|
|
#endif
|
|
|
|
extern uint32_t _binary_p_end_of_list_class_start __asm("_binary_p_end_of_list_class_start");
|
|
extern uint32_t _binary_p_end_of_list_class_end __asm("_binary_p_end_of_list_class_end");
|
|
extern uint32_t _binary_p_end_of_list_class_size __asm("_binary_p_end_of_list_class_size");
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|