summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/boot/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/stand/boot/disk.h')
-rw-r--r--sys/arch/alpha/stand/boot/disk.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arch/alpha/stand/boot/disk.h b/sys/arch/alpha/stand/boot/disk.h
new file mode 100644
index 00000000000..c60583c11e2
--- /dev/null
+++ b/sys/arch/alpha/stand/boot/disk.h
@@ -0,0 +1,7 @@
+/* $NetBSD: disk.h,v 1.1 1995/11/23 02:39:42 cgd Exp $ */
+
+int diskstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
+/* int diskopen __P((struct open_file *, int, int, int)); */
+int diskclose __P((struct open_file *));
+
+#define diskioctl noioctl