OpenCloudOS-Kernel/tools/lib/lockdep/uinclude/linux/compiler.h

8 lines
146 B
C

#ifndef _LIBLOCKDEP_LINUX_COMPILER_H_
#define _LIBLOCKDEP_LINUX_COMPILER_H_
#define __used __attribute__((__unused__))
#define unlikely
#endif