1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00
trezor-firmware/micropython/trezorhal/common.h
2017-03-23 16:22:58 +01:00

11 lines
217 B
C

#ifndef __TREZORHAL_COMMON_H__
#define __TREZORHAL_COMMON_H__
void periph_init(void);
void __attribute__((noreturn)) nlr_jump_fail(void *val);
void __attribute__((noreturn)) __fatal_error(const char *msg);
#endif