trezor-core/embed/trezorhal/sbu.h

17 lines
269 B
C
Raw Normal View History

2017-09-07 14:50:57 -07:00
/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#ifndef __TREZORHAL_SBU_H__
#define __TREZORHAL_SBU_H__
#include "secbool.h"
2017-09-07 14:50:57 -07:00
void sbu_init(void);
void sbu_set(secbool sbu1, secbool sbu2);
2017-09-07 14:50:57 -07:00
#endif