summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2001-03-08 22:21:49 +0000
committermiod <miod@openbsd.org>2001-03-08 22:21:49 +0000
commit164e842a2316d9029bd6974be2f03d4238777d50 (patch)
tree3219105fb7534d984b091b93867fbee838c099fe
parentexit(-1) -> exit(1) (diff)
downloadwireguard-openbsd-164e842a2316d9029bd6974be2f03d4238777d50.tar.xz
wireguard-openbsd-164e842a2316d9029bd6974be2f03d4238777d50.zip
Forgot to add this file yesterday, as part of the new include files,
for convenience of drivers.
-rw-r--r--sys/arch/mvme88k/dev/memdevs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/dev/memdevs.h b/sys/arch/mvme88k/dev/memdevs.h
new file mode 100644
index 00000000000..5c3f02f6601
--- /dev/null
+++ b/sys/arch/mvme88k/dev/memdevs.h
@@ -0,0 +1,8 @@
+/* $OpenBSD: memdevs.h,v 1.1 2001/03/08 22:21:49 miod Exp $ */
+
+#ifndef _MVME88K_MEMDEVS_H_
+#define _MVME88K_MEMDEVS_H_
+
+int memdevrw __P((caddr_t base, int len, struct uio *uio, int flags));
+
+#endif /* _MVME88K_MEMDEVS_H_ */