URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ecos-2.0/] [packages/] [compat/] [linux/] [v2_0/] [include/] [linux/] [compiler.h] - Rev 27
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