common.h revision 1.3
1/*	$NetBSD: common.h,v 1.3 1998/10/15 01:00:56 ross Exp $	*/
2
3void init_prom_calls __P((void));
4void OSFpal __P((void));
5void halt __P((void));
6u_int64_t prom_dispatch __P((int, ...));
7int cpu_number __P((void));
8void switch_palcode __P((void));
9