blob: 5a5c3f997c9b7e5673b2d9116dce0acc4d909d74 [file] [log] [blame]
// Copyright 2022 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libec/fingerprint/fp_mode_command.h"
namespace ec {
FpMode FpModeCommand::Mode() const {
return FpMode(Resp()->mode);
}
} // namespace ec