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