shortcut: added back and controller shortcut info
[sdk/emulator/qemu.git] / arch_init.c
index 7680d28..02a5265 100644 (file)
@@ -1425,3 +1425,12 @@ static void check_guest_throttling(void)
         t0 = t1;
     }
 }
+
+int hax_available(void)
+{
+#ifdef CONFIG_HAX
+    return 1;
+#else
+    return 0;
+#endif
+}