blob: 38a264aeefd8e6125e92e45ba84c3e156020181f [file] [log] [blame]
Vadim Bendebury523b0eb2015-06-01 18:53:59 -07001/*
2 * Copyright 2015 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7#ifndef __TPM2_UNIQUE_FP_H_
8#define __TPM2_UNIQUE_FP_H_
9
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070010LIB_EXPORT uint32_t
11_plat__GetUnique(uint32_t which, // authorities (0) or details
12 uint32_t bSize, // size of the buffer
13 unsigned char *b // output buffer
14 );
Vadim Bendebury523b0eb2015-06-01 18:53:59 -070015
Vadim Bendeburyf788ffb2015-06-05 12:57:27 -070016#endif // __TPM2_UNIQUE_FP_H_