diff options
| author | ad <ad@NetBSD.org> | 2007-02-09 21:55:00 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2007-02-09 21:55:00 +0000 |
| commit | b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 (patch) | |
| tree | c93d3b23a29f98ac0e26c9d43afb509219d0ea42 /sys/arch/ibmnws/include | |
| parent | 5c1aad3ad0b9d2403784bd52128e8e8399e22254 (diff) | |
Merge newlock2 to head.
Diffstat (limited to 'sys/arch/ibmnws/include')
| -rw-r--r-- | sys/arch/ibmnws/include/mutex.h | 3 | ||||
| -rw-r--r-- | sys/arch/ibmnws/include/rwlock.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/arch/ibmnws/include/mutex.h b/sys/arch/ibmnws/include/mutex.h new file mode 100644 index 00000000000..8e896794dc6 --- /dev/null +++ b/sys/arch/ibmnws/include/mutex.h @@ -0,0 +1,3 @@ +/* $NetBSD: mutex.h,v 1.2 2007/02/09 21:55:05 ad Exp $ */ + +#include <powerpc/mutex.h> diff --git a/sys/arch/ibmnws/include/rwlock.h b/sys/arch/ibmnws/include/rwlock.h new file mode 100644 index 00000000000..52f5a7ec672 --- /dev/null +++ b/sys/arch/ibmnws/include/rwlock.h @@ -0,0 +1,3 @@ +/* $NetBSD: rwlock.h,v 1.2 2007/02/09 21:55:05 ad Exp $ */ + +#include <powerpc/rwlock.h> |
