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

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

1.1     ! nbrk        1: /*     $OpenBSD: libsa.h,v 1.1 2006/05/16 22:48:18 miod Exp $  */
        !             2:
        !             3: /*
        !             4:  * libsa prototypes
        !             5:  */
        !             6:
        !             7: #include <machine/prom.h>
        !             8:
        !             9: void   exec_aout(char *, const char *, int, int, int);
        !            10: int    parse_args(char *, char **);

CVSweb