summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/libsa/libsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/libsa/libsa.h')
-rw-r--r--sys/arch/mvme88k/stand/libsa/libsa.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/libsa/libsa.h b/sys/arch/mvme88k/stand/libsa/libsa.h
new file mode 100644
index 00000000000..eff5fd7988e
--- /dev/null
+++ b/sys/arch/mvme88k/stand/libsa/libsa.h
@@ -0,0 +1,18 @@
+/*
+ * libsa prototypes
+ */
+
+#include "libbug.h"
+
+/* bugdev.c */
+int bugscopen __P((struct open_file *, ...));
+int bugscclose __P((struct open_file *));
+int bugscioctl __P((struct open_file *, u_long, void *));
+int bugscstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
+
+/* exec_mvme.c */
+void exec_mvme __P((char *, int));
+
+/* parse_args.c */
+int parse_args __P((char **, int *));
+