1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

Declare hypervisor system initiated reset function

as needed by the previous commit :-/
This commit is contained in:
Kip Macy 2006-11-26 22:47:52 +00:00
parent 0c41445f77
commit 2aa7f6c1b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164644

View File

@ -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);