mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-03 21:32:33 +00:00
9 lines
64 B
C
9 lines
64 B
C
|
|
|
|
#ifndef __DIS__
|
|
#define __DIS__
|
|
|
|
void dis_init(void);
|
|
|
|
#endif
|