libsa.h revision 1.1 1 /* $NetBSD: libsa.h,v 1.1 1996/05/17 21:00:14 chuck Exp $ */
2
3 /*
4 * libsa prototypes
5 */
6
7 #include "libbug.h"
8
9 /* bugdev.c */
10 int bugscopen __P((struct open_file *, ...));
11 int bugscclose __P((struct open_file *));
12 int bugscioctl __P((struct open_file *, u_long, void *));
13 int bugscstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
14
15 /* exec_mvme.c */
16 void exec_mvme __P((char *, int));
17
18 /* parse_args.c */
19 void parse_args __P((char **, int *));
20
21 #ifndef RB_NOSYM
22 #define RB_NOSYM 0x400
23 #endif
24
25