You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/embed/extmod/modtrezorio/unix-sbu-mock.h

18 lines
230 B

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