[BACK]Return to libsa.h CVS log [TXT][DIR] Up to [local] / sys / arch / mvme68k / stand / libsa

Annotation of sys/arch/mvme68k/stand/libsa/libsa.h, Revision 1.1

1.1     ! nbrk        1: /*     $OpenBSD: libsa.h,v 1.6 2003/08/20 00:26:00 deraadt 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: /* exec_mvme.c */
        !            16: void exec_mvme(char *, int);
        !            17:
        !            18: /* parse_args.c */
        !            19: int parse_args(char **, int *);
        !            20:

CVSweb