1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/embed/boardloader/lowlevel.h
2017-10-13 00:36:12 +02:00

7 lines
114 B
C

#ifndef __BOARDLOADER_LOWLEVEL_H__
#define __BOARDLOADER_LOWLEVEL_H__
void flash_set_option_bytes(void);
#endif