diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-12-16 20:00:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-12-16 20:00:17 +0000 |
commit | 79e820a601df06d02695b6b521a35d08251f5f90 (patch) | |
tree | b1d54ec8ce513eefdf40172951f39302e46f6940 /sys/arch/sparc64 | |
parent | 1c0c88d62ffb0a769d2c771a2ff19fcf3b044ae2 (diff) |
uncessary defns
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/include/sparc64.h | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/sys/arch/sparc64/include/sparc64.h b/sys/arch/sparc64/include/sparc64.h index d5169df257a..d793b0a0334 100644 --- a/sys/arch/sparc64/include/sparc64.h +++ b/sys/arch/sparc64/include/sparc64.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sparc64.h,v 1.4 2002/03/14 01:26:45 millert Exp $ */ +/* $OpenBSD: sparc64.h,v 1.5 2003/12/16 20:00:16 jason Exp $ */ /* $NetBSD: sparc64.h,v 1.3 2000/10/20 05:47:03 mrg Exp $ */ /* @@ -54,20 +54,8 @@ paddr_t prom_get_msgbuf(int len, int align); /* * Compatibility stuff. */ -#define OF_findroot() OF_peer(0) -#define OF_fd_phandle(x) OF_instance_to_package(x) - -/* - * These two functions get used solely in boot() in machdep.c. - * - * Not sure whether boot itself should be implementation dependent instead. XXX - */ -void ppc_exit(void) __attribute__((__noreturn__)); -void ppc_boot(char *bootspec) __attribute__((__noreturn__)); - -int dk_match(char *name); - -void ofrootfound(void); +// #define OF_findroot() OF_peer(0) +// #define OF_fd_phandle(x) OF_instance_to_package(x) /* * Debug |