common.h revision 1.1
1void init_prom_calls __P((void));
2int prom_open __P((char*, int));
3void OSFpal __P((void));
4void halt __P((void));
5u_int64_t prom_dispatch __P((int, ...));
6int cpu_number __P((void));
7void switch_palcode __P((void));
8