blob: 7d9f6a18b7c3b40429d33abcc293de00314a1563 [file] [log] [blame]
/*
* 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
LIB_EXPORT int TPM_Manufacture(
BOOL firstTime // IN: indicates if this is the first call from
// main()
);
#endif // __TPM2_MANUFACTURE_FP_H