mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 03:10:58 +00:00
7 lines
91 B
C
7 lines
91 B
C
|
#ifndef __TREZORHAL_FLASH_H__
|
||
|
#define __TREZORHAL_FLASH_H__
|
||
|
|
||
|
int flash_init(void);
|
||
|
|
||
|
#endif
|