Initial tests for the primary VM interface.
The tests are kept platform independent and shutdown the system when
they are done. Shutting down results in QEMU being exited when we are in
emulation.
Change-Id: I1b5b0dd6c23ba2ab1e2b1a9d193b65d812f5a5ec
diff --git a/src/api.c b/src/api.c
index 39c90ad..2b7b5d9 100644
--- a/src/api.c
+++ b/src/api.c
@@ -2,7 +2,7 @@
#include "std.h"
#include "vm.h"
-#include "vmapi/hf/hvc.h"
+#include "vmapi/hf/call.h"
struct vm secondary_vm[MAX_VMS];
uint32_t secondary_vm_count;