mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Declare hypervisor system initiated reset function
as needed by the previous commit :-/
This commit is contained in:
parent
0c41445f77
commit
2aa7f6c1b2
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue