13 lines
228 B
C
13 lines
228 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2015-2019, MICROTRUST Incorporated
|
|
* All Rights Reserved.
|
|
*
|
|
*/
|
|
|
|
#ifndef TEEI_FP_H
|
|
#define TEEI_FP_H
|
|
|
|
extern struct TEEC_UUID uuid_fp;
|
|
|
|
#endif /* end of TEEI_FP_H */
|