NetBSD-5.0.2/sys/arch/mvme68k/stand/libsa/libsa.h

Compare this file to the similar file:
Show the results in this format:

/*	$NetBSD: libsa.h,v 1.5 2008/01/12 09:54:32 tsutsui Exp $	*/

/*
 * libsa prototypes 
 */

#include "libbug.h"

/* bugdev.c */
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 *);

/* clock.c */
u_long chiptotime(int, int, int, int, int, int);
time_t getsecs(void);

/* exec_mvme.c */
void exec_mvme(char *, int, int);

/* parse_args.c */
void parse_args(char **, int *, int *);