mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-19 21:08:07 +00:00
7 lines
92 B
C
7 lines
92 B
C
#ifndef __BOOTLOADER_UI_H__
|
|
#define __BOOTLOADER_UI_H__
|
|
|
|
void screen_welcome(void);
|
|
|
|
#endif
|