You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/embed/fw_cs/core_api.h

8 lines
138 B

#ifndef CORE_CALLS_H
#define CORE_CALLS_H
extern void core_print(char* text);
extern int core_get_secret(void);
#endif // CORE_CALLS_H