Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 156 → Rev 342

/SPARTAN/trunk/arch/ppc32/include/atomic.h
26,8 → 26,8
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
#ifndef __ppc_ATOMIC_H__
#define __ppc_ATOMIC_H__
#ifndef __ppc32_ATOMIC_H__
#define __ppc32_ATOMIC_H__
 
/*
* TODO: these are just placeholders for real implementations of atomic_inc and atomic_dec.