mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 09:22:44 -04:00
7 lines
146 B
C
7 lines
146 B
C
#ifndef _LIBLOCKDEP_LINUX_COMPILER_H_
|
|
#define _LIBLOCKDEP_LINUX_COMPILER_H_
|
|
|
|
#define __used __attribute__((__unused__))
|
|
#define unlikely
|
|
|
|
#endif
|