summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2008-12-20 15:11:00 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2008-12-20 15:11:00 +0000
commitcbbcd6838f70e1ade8c6b47e61432d85bdc22b50 (patch)
tree401e85fbd83365a522610ae8151279ecaa464f85 /sys/sun4v/include
parent1bd8105e627bfb2a3c51b676edc74065f98cc897 (diff)
downloadFreeBSD-src-cbbcd6838f70e1ade8c6b47e61432d85bdc22b50.zip
FreeBSD-src-cbbcd6838f70e1ade8c6b47e61432d85bdc22b50.tar.gz
Missed the sun4v update to ofw_machdep.h in the OFW modularization commit.
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/ofw_machdep.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/sun4v/include/ofw_machdep.h b/sys/sun4v/include/ofw_machdep.h
index ac1fcc1..625b131 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 <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_ */
OpenPOWER on IntegriCloud