blob: e4c680d53ec920353d8f2ffec38cea88a2c753e4 [file] [log] [blame]
// Copyright 2021 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TPM2_SIMULATOR_TPM_NVCHIP_UTILS_H_
#define TPM2_SIMULATOR_TPM_NVCHIP_UTILS_H_
namespace tpm2_simulator {
constexpr inline char kNVChipMountPoint[] = "NVChip_mount";
bool MountAndEnterNVChip();
bool CorrectWorkingDirectoryFilesOwner();
} // namespace tpm2_simulator
#endif // TPM2_SIMULATOR_TPM_NVCHIP_UTILS_H_