mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-15 20:19:23 +00:00
7b6f444751
[no changelog]
13 lines
196 B
C
13 lines
196 B
C
#ifndef __EMULATOR_H__
|
|
#define __EMULATOR_H__
|
|
|
|
#include <trezor_types.h>
|
|
|
|
#undef FIRMWARE_START
|
|
|
|
extern uint8_t *FIRMWARE_START;
|
|
|
|
__attribute__((noreturn)) void jump_to(uint32_t address);
|
|
|
|
#endif
|