summaryrefslogtreecommitdiff
path: root/include/tpm_manufacture.h
blob: f43fd9ec13ec60b61c962e531f1caf3f2532be82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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.
 */

/*
 * This header declares the TPM manufacture related interface.
 * Individual boards are expected to provide implementations.
 */

#ifndef __CROS_EC_TPM_MANUFACTURE_H
#define __CROS_EC_TPM_MANUFACTURE_H

/* Returns non-zero if the TPM manufacture steps have been completed. */
int tpm_manufactured(void);
int tpm_endorse(void);

#endif	/* __CROS_EC_TPM_MANUFACTURE_H */