From 2aa7f6c1b29a3aa75abc84942f54c7e1ebee10a5 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Sun, 26 Nov 2006 22:47:52 +0000 Subject: [PATCH] Declare hypervisor system initiated reset function as needed by the previous commit :-/ --- sys/sun4v/include/hv_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sun4v/include/hv_api.h b/sys/sun4v/include/hv_api.h index b3665075043..8407631b44e 100644 --- a/sys/sun4v/include/hv_api.h +++ b/sys/sun4v/include/hv_api.h @@ -52,6 +52,7 @@ typedef uint64_t io_addr_t; * Section 10 Domain Services */ +extern void hv_mach_sir(void); extern void hv_mach_exit(uint64_t exit_code); extern uint64_t hv_mach_desc(uint64_t buffer_ra, uint64_t *buffer_sizep); extern uint64_t hv_mach_watchdog(uint64_t timeout, uint64_t *time_remaining);