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

25 lines
508 B
C
Raw Normal View History

/* $NetBSD: libsa.h,v 1.1 1996/05/17 21:00:14 chuck Exp $ */
/*
* libsa prototypes
*/
#include "libbug.h"
/* bugdev.c */
int bugscopen __P((struct open_file *, ...));
int bugscclose __P((struct open_file *));
int bugscioctl __P((struct open_file *, u_long, void *));
int bugscstrategy __P((void *, int, daddr_t, size_t, void *, size_t *));
/* exec_mvme.c */
void exec_mvme __P((char *, int));
/* parse_args.c */
void parse_args __P((char **, int *));
#ifndef RB_NOSYM
#define RB_NOSYM 0x400
#endif