mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-18 05:28:40 +00:00
7 lines
182 B
C
7 lines
182 B
C
#ifndef __TREZORUNIX_COMMON_H__
|
|
#define __TREZORUNIX_COMMON_H__
|
|
|
|
void __attribute__((noreturn)) __fatal_error(const char *msg, const char *file, int line, const char *func);
|
|
|
|
#endif
|