Changeset View
Changeset View
Standalone View
Standalone View
sys/xen/hvm.h
Show First 20 Lines • Show All 96 Lines • ▼ Show 20 Lines | |||||
}; | }; | ||||
int xen_hvm_init_hypercall_stubs(enum xen_hvm_init_type); | int xen_hvm_init_hypercall_stubs(enum xen_hvm_init_type); | ||||
void xen_hvm_set_callback(device_t); | void xen_hvm_set_callback(device_t); | ||||
void xen_hvm_suspend(void); | void xen_hvm_suspend(void); | ||||
void xen_hvm_resume(bool suspend_cancelled); | void xen_hvm_resume(bool suspend_cancelled); | ||||
extern uint32_t hvm_start_flags; | extern uint32_t hvm_start_flags; | ||||
extern bool xen_evtchn_needs_ack; | |||||
#endif /* __XEN_HVM_H__ */ | #endif /* __XEN_HVM_H__ */ |