sections.h 111 B

123456
  1. #ifndef _SECTIONS_H_
  2. #define _SECTIONS_H_
  3. #define TEXT_SECTION_ATTR __attribute__((section(".text")))
  4. #endif