2009-01-12 14:32:43 +03:00
|
|
|
/* $NetBSD: libsa.h,v 1.6 2009/01/12 11:32:44 tsutsui Exp $ */
|
1996-05-18 00:59:53 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* libsa prototypes
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "libbug.h"
|
|
|
|
|
|
|
|
/* bugdev.c */
|
2008-01-12 12:54:21 +03:00
|
|
|
int bugscopen(struct open_file *, ...);
|
|
|
|
int bugscclose(struct open_file *);
|
|
|
|
int bugscioctl(struct open_file *, u_long, void *);
|
|
|
|
int bugscstrategy(void *, int, daddr_t, size_t, void *, size_t *);
|
1996-05-18 00:59:53 +04:00
|
|
|
|
2000-07-24 22:39:01 +04:00
|
|
|
/* clock.c */
|
2008-01-12 12:54:21 +03:00
|
|
|
u_long chiptotime(int, int, int, int, int, int);
|
2000-07-24 22:39:01 +04:00
|
|
|
|
1996-05-18 00:59:53 +04:00
|
|
|
/* exec_mvme.c */
|
2008-01-12 12:54:21 +03:00
|
|
|
void exec_mvme(char *, int, int);
|
1996-05-18 00:59:53 +04:00
|
|
|
|
|
|
|
/* parse_args.c */
|
2008-01-12 12:54:21 +03:00
|
|
|
void parse_args(char **, int *, int *);
|
1996-05-18 00:59:53 +04:00
|
|
|
|