common.h revision 1.2
1/*	$NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $	*/
2
3void init_prom_calls __P((void));
4int prom_open __P((char*, int));
5void OSFpal __P((void));
6void halt __P((void));
7u_int64_t prom_dispatch __P((int, ...));
8int cpu_number __P((void));
9void switch_palcode __P((void));
10