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/trezorhal/sbu.h

17 lines
269 B

/*
* 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"
void sbu_init(void);
void sbu_set(secbool sbu1, secbool sbu2);
#endif