diff options
Diffstat (limited to 'robot/hypervisor.h')
-rw-r--r-- | robot/hypervisor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/hypervisor.h b/robot/hypervisor.h index 0e73259..35fa64c 100644 --- a/robot/hypervisor.h +++ b/robot/hypervisor.h @@ -1,5 +1,9 @@ #pragma once +#include <stdint.h> + +extern uint64_t g_w2_hypervisor_cycles; + /** * backbone of all other modules * |