aboutsummaryrefslogtreecommitdiff
path: root/include/apos/attrs.h
blob: 00dcf821adb509eea5f8ba8d966f71ae18f35f3d (plain) (blame)
1
2
3
4
5
6
7
#ifndef APOS_COMPILER_ATTRIBUTES_H

#define __section(section)	__attribute__((__section__(section)))
#define __noinline		__attribute__((noinline))
#define __weak			__attribute((weak))

#endif /* APOS_COMPILER_ATTRIBUTES_H */