diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:47:51 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2008-11-26 14:47:51 +0000 |
commit | 8c0bacb71bee1ba1a169af8ebda59567a87ef88f (patch) | |
tree | ca1be99d32f89df936b5892e92ad6376c513e755 /sys/arch/moko/include/atomic.h | |
parent | c6d65e6e11637f113bb9637929b7a7ba1382553e (diff) |
Start at the port of OpenBSD to the OpenMoko hardware. Work in progress.
Diffstat (limited to 'sys/arch/moko/include/atomic.h')
-rw-r--r-- | sys/arch/moko/include/atomic.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/moko/include/atomic.h b/sys/arch/moko/include/atomic.h new file mode 100644 index 00000000000..a06ed7888eb --- /dev/null +++ b/sys/arch/moko/include/atomic.h @@ -0,0 +1,10 @@ +/* $OpenBSD: atomic.h,v 1.1 2008/11/26 14:47:50 drahn Exp $ */ + +/* Public Domain */ + +#ifndef __MOKO_ATOMIC_H__ +#define __MOKO_ATOMIC_H__ + +#include <arm/atomic.h> + +#endif /* __MOKO_ATOMIC_H__ */ |