mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-27 18:32:34 +00:00
7 lines
62 B
C
7 lines
62 B
C
#ifndef __DIS__
|
|
#define __DIS__
|
|
|
|
void dis_init(void);
|
|
|
|
#endif
|