From 254aa062ad2a820c8b2965c6439f08606762d871 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sat, 20 Dec 2008 15:11:00 +0000 Subject: [PATCH] Missed the sun4v update to ofw_machdep.h in the OFW modularization commit. --- sys/sun4v/include/ofw_machdep.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/sun4v/include/ofw_machdep.h b/sys/sun4v/include/ofw_machdep.h index ac1fcc1ea1e..625b13137ad 100644 --- a/sys/sun4v/include/ofw_machdep.h +++ b/sys/sun4v/include/ofw_machdep.h @@ -29,10 +29,15 @@ #define _MACHINE_OFW_MACHDEP_H_ #include +#include +#include + +typedef uint64_t cell_t; int OF_decode_addr(phandle_t, int, int *, bus_addr_t *); void OF_getetheraddr(device_t, u_char *); void cpu_shutdown(void *); -void openfirmware_exit(void *); +int ofw_entry(void *); +void ofw_exit(void *); #endif /* _MACHINE_OFW_MACHDEP_H_ */ -- 2.45.2