diff options
Diffstat (limited to 'robot/hypervisor.h')
-rw-r--r-- | robot/hypervisor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/hypervisor.h b/robot/hypervisor.h new file mode 100644 index 0000000..0e73259 --- /dev/null +++ b/robot/hypervisor.h @@ -0,0 +1,8 @@ +#pragma once + +/** + * backbone of all other modules + * + * stores global variables and controls when other modules run + */ +void w2_hypervisor_main(); |