blob: 45c01bf25eef823c1ebb7e35429fe04e09013204 [file]
use super::common::Hypervisor;
use uuid::{uuid, Uuid};
pub(super) struct GunyahHypervisor;
impl GunyahHypervisor {
pub const UUID: Uuid = uuid!("c1d58fcd-a453-5fdb-9265-ce36673d5f14");
}
impl Hypervisor for GunyahHypervisor {}