blob: aa48def31462ebef2f22ba437fc4ca1520570380 [file]
// Copyright 2026 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libec/rollback_info_command.h"
namespace ec {
int32_t RollbackInfoCommand_v0::ID() const {
return Resp()->id;
}
int32_t RollbackInfoCommand_v0::MinVersion() const {
return Resp()->rollback_min_version;
}
int32_t RollbackInfoCommand_v0::RWVersion() const {
return Resp()->rw_rollback_version;
}
} // namespace ec