mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-05 14:59:44 +00:00
b8ea21d24a
Co-authored-by matejcik <ja@matejcik.cz>
17 lines
359 B
C
17 lines
359 B
C
#include "py/obj.h"
|
|
|
|
#include "librust_qstr.h"
|
|
|
|
#ifdef TREZOR_EMULATOR
|
|
mp_obj_t protobuf_debug_msg_type();
|
|
mp_obj_t protobuf_debug_msg_def_type();
|
|
#endif
|
|
|
|
extern mp_obj_module_t mp_module_trezorproto;
|
|
extern mp_obj_module_t mp_module_trezorui2;
|
|
extern mp_obj_module_t mp_module_trezortranslate;
|
|
|
|
#ifdef TREZOR_EMULATOR
|
|
mp_obj_t ui_debug_layout_type();
|
|
#endif
|