trezor-core/embed/unix/sbu.c

17 lines
207 B
C

/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#include "sbu.h"
void sbu_init(void)
{
}
void sbu_set(secbool sbu1, secbool sbu2)
{
}