summaryrefslogtreecommitdiff
path: root/robot/hypervisor.h
diff options
context:
space:
mode:
Diffstat (limited to 'robot/hypervisor.h')
-rw-r--r--robot/hypervisor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/robot/hypervisor.h b/robot/hypervisor.h
index e9699cf..154ae58 100644
--- a/robot/hypervisor.h
+++ b/robot/hypervisor.h
@@ -5,6 +5,7 @@
#include <stdint.h>
#include "../shared/bool.h"
+#include "../shared/protocol.h"
/** amount of parallel timers */
#define W2_HYPERVISOR_TIMER_COUNT 2
@@ -26,6 +27,8 @@ extern bool g_w2_ping_received;
extern bool g_w2_ping_timeout;
extern bool g_w2_connected;
+extern w2_e_target_area g_w2_target_area;
+
/**
* backbone of all other modules
*