1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/embed/trezorhal/sbu.h
2017-09-07 23:50:57 +02:00

17 lines
262 B
C

/*
* Copyright (c) Pavol Rusnak, SatoshiLabs
*
* Licensed under TREZOR License
* see LICENSE file for details
*/
#ifndef __TREZORHAL_SBU_H__
#define __TREZORHAL_SBU_H__
#include <stdbool.h>
int sbu_init(void);
void sbu_set(bool sbu1, bool sbu2);
#endif