[BACK]Return to atomic.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs-all / include / asm-um

File: [Development] / linux-2.6-xfs-all / include / asm-um / atomic.h (download)

Revision 1.2, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -0 lines

Merge up to 2.6.10.
Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd.

#ifndef __UM_ATOMIC_H
#define __UM_ATOMIC_H

/* The i386 atomic.h calls printk, but doesn't include kernel.h, so we
 * include it here.
 */
#include "linux/kernel.h"

#include "asm/arch/atomic.h"

#endif