mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-21 05:58:09 +00:00
9 lines
125 B
C
9 lines
125 B
C
#include <stdbool.h>
|
|
|
|
#include "common.h"
|
|
|
|
#include "rust_ui_bootloader.h"
|
|
#include "rust_ui_common.h"
|
|
|
|
void drawlib_demo();
|