libsa.h revision 1.4 1 1.4 jdolecek /* $NetBSD: libsa.h,v 1.4 2000/07/24 18:39:46 jdolecek Exp $ */
2 1.1 chuck
3 1.1 chuck /*
4 1.1 chuck * libsa prototypes
5 1.1 chuck */
6 1.1 chuck
7 1.1 chuck #include "libbug.h"
8 1.1 chuck
9 1.1 chuck /* bugdev.c */
10 1.1 chuck int bugscopen __P((struct open_file *, ...));
11 1.1 chuck int bugscclose __P((struct open_file *));
12 1.1 chuck int bugscioctl __P((struct open_file *, u_long, void *));
13 1.1 chuck int bugscstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
14 1.4 jdolecek
15 1.4 jdolecek /* clock.c */
16 1.4 jdolecek u_long chiptotime __P((int, int, int, int, int, int));
17 1.4 jdolecek time_t getsecs __P((void));
18 1.1 chuck
19 1.1 chuck /* exec_mvme.c */
20 1.3 scw void exec_mvme __P((char *, int, int));
21 1.1 chuck
22 1.1 chuck /* parse_args.c */
23 1.3 scw void parse_args __P((char **, int *, int *));
24 1.1 chuck
25