diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-26 12:42:34 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-26 12:42:34 +0200 |
commit | f353e78916a57fe21084fe34fd80c13ae4844d32 (patch) | |
tree | 392a8d6bfccad7beb70e253ad7c1786934d5657b /robot/hypervisor.h | |
parent | 54b69efe150e1a102faafb4e214159c92abbb841 (diff) |
implement info command
Diffstat (limited to 'robot/hypervisor.h')
-rw-r--r-- | robot/hypervisor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/robot/hypervisor.h b/robot/hypervisor.h index 35fa64c..5008c8f 100644 --- a/robot/hypervisor.h +++ b/robot/hypervisor.h @@ -3,6 +3,12 @@ #include <stdint.h> extern uint64_t g_w2_hypervisor_cycles; +extern uint64_t g_w2_hypervisor_uptime_ms; + +extern unsigned long g_w2_hypervisor_ema_sercomm_ms; +extern unsigned long g_w2_hypervisor_ema_errcatch_ms; +extern unsigned long g_w2_hypervisor_ema_io_ms; +extern unsigned long g_w2_hypervisor_ema_mode_ms; /** * backbone of all other modules |