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/core/embed/trezorhal/optiga_hal.h

13 lines
180 B

#ifndef CORE_OPTIGA_HAL_H
#define CORE_OPTIGA_HAL_H
#include <stdint.h>
#include "secbool.h"
void optiga_hal_init(void);
void optiga_reset(void);
#endif // CORE_OPTIGA_HAL_H