common.h revision 1.6
1/*	$NetBSD: common.h,v 1.6 1999/04/01 11:08:39 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