blob: 43b44498132def6df6473f9995cfc3a4c78ec329 [file] [log] [blame]
// Copyright 2014 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 "trunks/mock_tpm.h"
namespace trunks {
MockTpm::MockTpm() : Tpm(NULL) {}
MockTpm::~MockTpm() {}
} // namespace trunks