mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-20 05:18:08 +00:00
9 lines
147 B
C
9 lines
147 B
C
|
#ifndef __BOARDLOADER_LOWLEVEL_H__
|
||
|
#define __BOARDLOADER_LOWLEVEL_H__
|
||
|
|
||
|
void clear_otg_hs_memory(void);
|
||
|
|
||
|
void flash_set_option_bytes(void);
|
||
|
|
||
|
#endif
|