No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / mvme68k / stand / libsa / libsa.h
blobbf132d1210f85d3867f17caba9fdbea5e1de43bb
1 /* $NetBSD: libsa.h,v 1.5 2008/01/12 09:54:32 tsutsui Exp $ */
3 /*
4 * libsa prototypes
5 */
7 #include "libbug.h"
9 /* bugdev.c */
10 int bugscopen(struct open_file *, ...);
11 int bugscclose(struct open_file *);
12 int bugscioctl(struct open_file *, u_long, void *);
13 int bugscstrategy(void *, int, daddr_t, size_t, void *, size_t *);
15 /* clock.c */
16 u_long chiptotime(int, int, int, int, int, int);
18 /* exec_mvme.c */
19 void exec_mvme(char *, int, int);
21 /* parse_args.c */
22 void parse_args(char **, int *, int *);