Project

General

Profile

Download (246 Bytes) Statistics
| Branch: | Tag: | Revision:
1 2fdc7663 (no author)
#ifndef _ASM_COMPILER_H
2
#define _ASM_COMPILER_H
3
4
#define likely(x)       __builtin_expect(!!(x), 1)
5
#define unlikely(x)     __builtin_expect(!!(x), 0)
6
7 1532eb49 Holger Hans Peter Freyther
#define __unused	__attribute__((unused))
8 ebc20883 Holger Hans Peter Freyther
#define __noreturn	__attribute__((noreturn))
9 1532eb49 Holger Hans Peter Freyther
10 2fdc7663 (no author)
#endif
Add picture from clipboard (Maximum size: 48.8 MB)