common.h revision 1.4
1/*	$NetBSD: common.h,v 1.4 1999/03/27 09:01:28 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));
9void close_primary_device __P((int));
10