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