diff options
author | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-05 01:22:12 +0000 |
---|---|---|
committer | Marek Vasut <marex@cvs.openbsd.org> | 2009-09-05 01:22:12 +0000 |
commit | d1cc7e6467991909c848131c2418e5879c85412d (patch) | |
tree | c389ccf0ca21fc4df81f23ef6137508c8421667f /sys/arch/palm/include/atomic.h | |
parent | fce0339e25d60b70523c3fd6ca778dff89e93720 (diff) |
Palm: initial commit of sys/arch/palm
OK deraadt@
Diffstat (limited to 'sys/arch/palm/include/atomic.h')
-rw-r--r-- | sys/arch/palm/include/atomic.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/palm/include/atomic.h b/sys/arch/palm/include/atomic.h new file mode 100644 index 00000000000..7dc6d3f12ae --- /dev/null +++ b/sys/arch/palm/include/atomic.h @@ -0,0 +1,10 @@ +/* $OpenBSD: atomic.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */ + +/* Public Domain */ + +#ifndef __PALM_ATOMIC_H__ +#define __PALM_ATOMIC_H__ + +#include <arm/atomic.h> + +#endif /* __PALM_ATOMIC_H__ */ |