Commit cc220d92 authored by Johny Mattsson's avatar Johny Mattsson
Browse files

Moved TEXT_SECTION_ATTR macro to its own header.

parent 8dff84e0
......@@ -39,6 +39,7 @@
*/
#include <c_types.h>
#include "sections.h"
#ifndef _RTCTIME_INTERNAL_H_
struct rtc_timeval
......
#ifndef _SECTIONS_H_
#define _SECTIONS_H_
#define TEXT_SECTION_ATTR __attribute__((section(".text")))
#endif
#include "c_types.h"
#include "sections.h"
#include "rom.h"
#include <xtensa/corebits.h>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment