1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/embed/unix/sbu.c

17 lines
207 B
C
Raw Normal View History

2017-09-07 21:50:57 +00:00
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
2017-12-14 23:06:09 +00:00
#include "sbu.h"
2017-09-07 21:50:57 +00:00
void sbu_init(void)
2017-09-07 21:50:57 +00:00
{
}
void sbu_set(secbool sbu1, secbool sbu2)
2017-09-07 21:50:57 +00:00
{
}