URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [asm-ppc/] [atomic.h] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
/* * PowerPC atomic operations */ #ifndef _ASM_PPC_ATOMIC_H_ #define _ASM_PPC_ATOMIC_H_ typedef int atomic_t; #endif
Go to most recent revision | Compare with Previous | Blame | View Log