diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-19 17:18:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-02-19 17:18:44 +0000 |
commit | 436ba3a8320b9ab26391c20991c5af97cb283c26 (patch) | |
tree | 1625a3e0348de9eb40f784b75f4838cb399ad8e4 /sys/arch/aviion | |
parent | 098d7c42e9831c2192e39634bf500c29b72f34a9 (diff) |
only make this interface available to the kernel for now, discussed witha
rt and such; tested and ok miod drahn
Diffstat (limited to 'sys/arch/aviion')
-rw-r--r-- | sys/arch/aviion/include/atomic.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/aviion/include/atomic.h b/sys/arch/aviion/include/atomic.h index b6ba4a3f2e7..62b7808fefb 100644 --- a/sys/arch/aviion/include/atomic.h +++ b/sys/arch/aviion/include/atomic.h @@ -1,9 +1,10 @@ -/* $OpenBSD: atomic.h,v 1.1 2007/02/06 17:13:33 art Exp $ */ +/* $OpenBSD: atomic.h,v 1.2 2007/02/19 17:18:42 deraadt Exp $ */ /* Public Domain */ + #ifndef __AVIION_ATOMIC_H__ #define __AVIION_ATOMIC_H__ #include <m88k/atomic.h> -#endif +#endif /* __AVIION_ATOMIC_H__ */ |