Metropoli BBS
VIEWER: atomic.h MODE: TEXT (ASCII)
/*
 * PowerPC atomic operations
 */

#ifndef _ASM_PPC_ATOMIC_H_ 
#define _ASM_PPC_ATOMIC_H_

typedef int atomic_t;
#endif

[ RETURN TO DIRECTORY ]