|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef ZEPHYR_INCLUDE_TOOLCHAIN_ARMCLANG_H_
8#define ZEPHYR_INCLUDE_TOOLCHAIN_ARMCLANG_H_
10#ifndef ZEPHYR_INCLUDE_TOOLCHAIN_H_
11#error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
20#undef __GENERIC_SECTION
21#undef Z_GENERIC_SECTION
23#define __GENERIC_SECTION(segment) __attribute__((section(STRINGIFY(segment)), used))
24#define Z_GENERIC_SECTION(segment) __GENERIC_SECTION(segment)