diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-22 11:08:02 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-22 11:08:02 +0000 |
commit | 34cd03abfe2aa7402afa526953c7064a41f1d949 (patch) | |
tree | 275ca81e6e016357db3eb2a0ee8ae74e2ce8f54b /sys | |
parent | 49d3438242f092e58c957444f4922f66d840c634 (diff) |
Add missing mplock.h file.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/powerpc64/include/mplock.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/arch/powerpc64/include/mplock.h b/sys/arch/powerpc64/include/mplock.h new file mode 100644 index 00000000000..24acddeb377 --- /dev/null +++ b/sys/arch/powerpc64/include/mplock.h @@ -0,0 +1,10 @@ +/* $OpenBSD: mplock.h,v 1.1 2020/07/22 11:08:01 kettenis Exp $ */ + +/* public domain */ + +#ifndef _MACHINE_MPLOCK_H_ +#define _MACHINE_MPLOCK_H_ + +#define __USE_MI_MPLOCK + +#endif /* !_MACHINE_MPLOCK_H */ |