aboutsummaryrefslogtreecommitdiff
path: root/include/tpm2/Manufacture_fp.h
blob: 941f2476fa5a9d0e8a1a1c10efec855a0412a8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * Copyright 2015 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.
 */

#ifndef __TPM2_MANUFACTURE_FP_H
#define __TPM2_MANUFACTURE_FP_H

#include "bool.h"
#include "TpmBuildSwitches.h"

LIB_EXPORT int TPM_Manufacture(
    BOOL firstTime  // IN: indicates if this is the first call from main()
    );

#ifndef EMBEDDED_MODE
LIB_EXPORT int TPM_TearDown(
    void
    );
#endif
#endif  // __TPM2_MANUFACTURE_FP_H