Author: nwhitehorn Date: Sat Dec 20 15:11:00 2008 New Revision: 186355 URL: http://svn.freebsd.org/changeset/base/186355
Log: Missed the sun4v update to ofw_machdep.h in the OFW modularization commit. Modified: head/sys/sun4v/include/ofw_machdep.h Modified: head/sys/sun4v/include/ofw_machdep.h ============================================================================== --- head/sys/sun4v/include/ofw_machdep.h Sat Dec 20 09:36:40 2008 (r186354) +++ head/sys/sun4v/include/ofw_machdep.h Sat Dec 20 15:11:00 2008 (r186355) @@ -29,10 +29,15 @@ #define _MACHINE_OFW_MACHDEP_H_ #include <sys/bus.h> +#include <machine/bus.h> +#include <dev/ofw/openfirm.h> + +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_ */ _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"