common.h revision 1.7
1/* $NetBSD: common.h,v 1.7 1999/04/02 03:11:57 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