summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/include/atomic.h
blob: ca0cd2f12b5389e1fb43a447fb5b34e51f50bb50 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: atomic.h,v 1.2 2007/02/19 17:18:43 deraadt Exp $	*/

/* Public Domain */

#ifndef __MVMEPPC_ATOMIC_H__
#define __MVMEPPC_ATOMIC_H__

#include <powerpc/atomic.h>

#endif /* __MVMEPPC_ATOMIC_H__ */