Kevin Tung | 994a77f | 2024-12-23 17:48:56 +0800 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "eeprom-device/eeprom_device_version.hpp" | ||||
4 | |||||
5 | class PT5161LDeviceVersion : public DeviceVersion | ||||
6 | { | ||||
7 | public: | ||||
8 | using DeviceVersion::DeviceVersion; | ||||
9 | std::string getVersion() final; | ||||
10 | std::optional<HostPowerInf::HostState> getHostStateToQueryVersion() final; | ||||
11 | }; |