query backing device

This commit is contained in:
m2049r 2018-08-16 10:31:48 +02:00
parent bad2c7cf31
commit bce474be7d
No known key found for this signature in database
GPG key ID: 4386E69AF260078D
10 changed files with 123 additions and 17 deletions

View file

@ -142,7 +142,9 @@ namespace hw {
bool connect(void) override;
bool disconnect() override;
bool set_mode(device_mode mode) override;
bool set_mode(device_mode mode) override;
device_type get_type() const {return device_type::LEDGER;};
/* ======================================================================= */
/* LOCKER */