summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/stand/libsa/libsa.h
blob: 34899a060189b4e0d60171d81939419dceffe0a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$OpenBSD: libsa.h,v 1.2 2010/04/18 15:09:00 miod Exp $	*/

/*
 * libsa prototypes 
 */

#include <machine/prom.h>

extern int boothowto;

#define	BOOT_ETHERNET_ZERO	0x0001

void	exec_aout(char *, const char *, int, int, int);
int	parse_args(char *, char **, int);