URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [compiler.h] - Rev 291
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __LINUX_COMPILER_H__ #define __LINUX_COMPILER_H__ #define likely(x) (x) #define unlikely(x) (x) #endif /* __LINUX_COMPILER_H__ */
Go to most recent revision | Compare with Previous | Blame | View Log