blob: f1daaf8dc53bd2d90c61e408ad0d06dabef72a80 [file] [log] [blame]
// Copyright 2021 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 "cryptohome/fwmp_checker_owner_index.h"
namespace cryptohome {
bool FwmpCheckerOwnerIndex::IsValidForWrite(uint32_t nv_index) {
return true;
}
} // namespace cryptohome