#ifndef PYTHON_PORT_HELPERS_H #define PYTHON_PORT_HELPERS_H #ifdef __cplusplus extern "C" { #endif void micropython_port_vm_hook_loop(); #ifdef __cplusplus } #endif #endif