#ifndef __EMULATOR_H__ #define __EMULATOR_H__ #undef FIRMWARE_START #include #include extern uint8_t *FIRMWARE_START; __attribute__((noreturn)) void jump_to(uint32_t address); #endif