Files
checkm8_tool/c8_payloads/include/util.h
2019-12-31 00:30:21 -05:00

8 lines
211 B
C

#ifndef CHECKM8_TOOL_UTIL_H
#define CHECKM8_TOOL_UTIL_H
#define PAYLOAD_SECTION __attribute__ ((section (".payload_text")))
#define TEXT_SECTION __attribute__((section (".text")))
#endif //CHECKM8_TOOL_UTIL_H