diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-17 21:47:38 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2021-08-17 21:49:16 +0300 |
| commit | 565724db3b73ee67fa996dab511dc52df586cee1 (patch) | |
| tree | d3bd77006c2c57aa961f85c4fc677bd72f6251ae /include/apos/compiler_attributes.h | |
| download | kmi-565724db3b73ee67fa996dab511dc52df586cee1.tar.gz kmi-565724db3b73ee67fa996dab511dc52df586cee1.zip | |
Garbage
Diffstat (limited to 'include/apos/compiler_attributes.h')
| -rw-r--r-- | include/apos/compiler_attributes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/apos/compiler_attributes.h b/include/apos/compiler_attributes.h new file mode 100644 index 0000000..45b7ac3 --- /dev/null +++ b/include/apos/compiler_attributes.h @@ -0,0 +1,6 @@ +#ifndef APOS_COMPILER_ATTRIBUTES_H + +#define __section(section) __attribute__((__section__(section))) +#define __noinline __attribute__((noinline)) + +#endif /* APOS_COMPILER_ATTRIBUTES_H */ |
