trezor-core/micropython/unix/common.h

7 lines
136 B
C

#ifndef __TREZORUNIX_COMMON_H__
#define __TREZORUNIX_COMMON_H__
void __attribute__((noreturn)) __fatal_error(const char *msg);
#endif