diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-02-01 05:12:56 +0000 |
commit | 8c3155bfa8b79dd47d2cc64189a919a9b434dc79 (patch) | |
tree | 7f4579210f3ad3b40021d7dbd71896e5f1f3899e /sys/arch/cats/include/lock.h | |
parent | bad76f195320d5f8fe71dd2cdd09b7e6448ae62f (diff) |
cats (ARM) support for OpenBSD, based on NetBSD code.
Diffstat (limited to 'sys/arch/cats/include/lock.h')
-rw-r--r-- | sys/arch/cats/include/lock.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/arch/cats/include/lock.h b/sys/arch/cats/include/lock.h new file mode 100644 index 00000000000..ba2a06187db --- /dev/null +++ b/sys/arch/cats/include/lock.h @@ -0,0 +1,4 @@ +/* $OpenBSD: lock.h,v 1.1 2004/02/01 05:12:54 drahn Exp $ */ +/* $NetBSD: lock.h,v 1.3 2001/11/25 15:55:57 thorpej Exp $ */ + +#include <arm/lock.h> |