diff options
Diffstat (limited to 'sys/boot/alpha/libalpha/common.h')
-rw-r--r-- | sys/boot/alpha/libalpha/common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/boot/alpha/libalpha/common.h b/sys/boot/alpha/libalpha/common.h new file mode 100644 index 0000000..7ae5830 --- /dev/null +++ b/sys/boot/alpha/libalpha/common.h @@ -0,0 +1,11 @@ +/* + * $FreeBSD$ + * From: $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $ + */ + +int prom_open(char*, int); +void OSFpal(void); +void halt(void); +u_int64_t prom_dispatch(int, ...); +int cpu_number(void); +void switch_palcode(void); |