diff options
Diffstat (limited to 'bootctrl/BootControlShared.h')
-rw-r--r-- | bootctrl/BootControlShared.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bootctrl/BootControlShared.h b/bootctrl/BootControlShared.h index 2f7a6a0..ff49e3e 100644 --- a/bootctrl/BootControlShared.h +++ b/bootctrl/BootControlShared.h @@ -31,11 +31,10 @@ using ::android::hardware::Return; struct BootControlShared : public IBootControl { BootControlShared(); + bool Init(); + Return<bool> setSnapshotMergeStatus(MergeStatus status) override; Return<MergeStatus> getSnapshotMergeStatus() override; - - protected: - std::string misc_device_; }; extern "C" IBootControl *HIDL_FETCH_IBootControl(const char *name); |