summaryrefslogtreecommitdiff
path: root/src/hypervisor_check.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/hypervisor_check.ads')
-rw-r--r--src/hypervisor_check.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hypervisor_check.ads b/src/hypervisor_check.ads
index f4b1eef..3941f8f 100644
--- a/src/hypervisor_check.ads
+++ b/src/hypervisor_check.ads
@@ -30,6 +30,8 @@ package Hypervisor_Check is
function Command_Succeeds (Command : Interfaces.C.Char_Array) return Boolean;
+ function VirtualBox_PCI_Present return Boolean;
+
-- Vendor names for human consumption
VMWare : constant String := "VMWare";
Xen_HVM : constant String := "Xen HVM";