|
Electroneum
|
#include <cstddef>#include <string>#include "device/device.hpp"#include "device/device_default.hpp"#include "device/device_cold.hpp"#include <boost/scope_exit.hpp>#include <boost/thread/mutex.hpp>#include <boost/thread/recursive_mutex.hpp>#include "cryptonote_config.h"#include "trezor.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | hw |
| namespace | hw::trezor |
Macros | |
| #define | TREZOR_AUTO_LOCK_CMD() |
| #define | TREZOR_AUTO_LOCK_DEVICE() |
| #define TREZOR_AUTO_LOCK_CMD | ( | ) |
Definition at line 50 of file device_trezor_base.hpp.
| #define TREZOR_AUTO_LOCK_DEVICE | ( | ) |
Definition at line 57 of file device_trezor_base.hpp.