common.h revision 1.5
1/* $NetBSD: common.h,v 1.5 1999/03/31 03:04:21 cgd Exp $ */ 2 3#define alpha_pal_imb() __asm__("imb") 4 5void init_prom_calls __P((void)); 6void OSFpal __P((void)); 7void halt __P((void)); 8u_int64_t prom_dispatch __P((int, ...)); 9void switch_palcode __P((void)); 10void close_primary_device __P((int)); 11