aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/alpha/libalpha/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/alpha/libalpha/common.h')
-rw-r--r--sys/boot/alpha/libalpha/common.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/boot/alpha/libalpha/common.h b/sys/boot/alpha/libalpha/common.h
deleted file mode 100644
index 7ae583099600..000000000000
--- a/sys/boot/alpha/libalpha/common.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * $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);