7 lines
188 B
C
7 lines
188 B
C
#ifndef CRITERION_COMMON_H_
|
|
# define CRITERION_COMMON_H_
|
|
|
|
# define SECTION_(Name) __attribute__((section(Name)))
|
|
# define UNUSED __attribute__((unused))
|
|
|
|
#endif /* !CRITERION_COMMON_H_ */
|