Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / alpha / libalpha / common.h
1 /*
2  * $FreeBSD: src/sys/boot/alpha/libalpha/common.h,v 1.2 1999/08/28 00:39:26 peter Exp $
3  * $DragonFly: src/sys/boot/alpha/libalpha/Attic/common.h,v 1.2 2003/06/17 04:28:16 dillon Exp $
4  * From: $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $        
5  */
6
7 int prom_open __P((char*, int));
8 void OSFpal __P((void));
9 void halt __P((void));
10 u_int64_t prom_dispatch __P((int, ...));
11 int cpu_number __P((void));
12 void switch_palcode __P((void));