blob: 42ed6c34954c67ad722284e5792903fb1f6055f7 [file] [log] [blame]
// Copyright 2016 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/tpm_metrics.h"
namespace cryptohome {
TpmResult GetTpmResultSample(TpmReturnCode result) {
// TODO(apronin): implement
return kTpmSuccess;
}
} // namespace cryptohome