Home | History | Annotate | Line # | Download | only in libsa
libsa.h revision 1.4.102.1
      1 /*	libsa.h,v 1.4 2000/07/24 18:39:46 jdolecek Exp	*/
      2 
      3 /*
      4  * libsa prototypes
      5  */
      6 
      7 #include "libbug.h"
      8 
      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 *);
     14 
     15 /* clock.c */
     16 u_long chiptotime(int, int, int, int, int, int);
     17 time_t getsecs(void);
     18 
     19 /* exec_mvme.c */
     20 void exec_mvme(char *, int, int);
     21 
     22 /* parse_args.c */
     23 void parse_args(char **, int *, int *);
     24 
     25