NetBSD/sys/arch/alpha/stand/common/common.h

10 lines
280 B
C
Raw Normal View History

1998-01-05 10:02:46 +03:00
/* $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $ */
1997-09-06 18:02:51 +04:00
void init_prom_calls __P((void));
int prom_open __P((char*, int));
void OSFpal __P((void));
void halt __P((void));
u_int64_t prom_dispatch __P((int, ...));
int cpu_number __P((void));
void switch_palcode __P((void));