Files
checkm8_tool/checkm8_payloads/include/util.h
2019-12-14 20:06:56 -05:00

8 lines
226 B
C

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