xref: /openbmc/linux/include/keys/trusted_tee.h (revision 0a95ebc9)
1*0a95ebc9SSumit Garg /* SPDX-License-Identifier: GPL-2.0 */
2*0a95ebc9SSumit Garg /*
3*0a95ebc9SSumit Garg  * Copyright (C) 2019-2021 Linaro Ltd.
4*0a95ebc9SSumit Garg  *
5*0a95ebc9SSumit Garg  * Author:
6*0a95ebc9SSumit Garg  * Sumit Garg <sumit.garg@linaro.org>
7*0a95ebc9SSumit Garg  */
8*0a95ebc9SSumit Garg 
9*0a95ebc9SSumit Garg #ifndef __TEE_TRUSTED_KEY_H
10*0a95ebc9SSumit Garg #define __TEE_TRUSTED_KEY_H
11*0a95ebc9SSumit Garg 
12*0a95ebc9SSumit Garg #include <keys/trusted-type.h>
13*0a95ebc9SSumit Garg 
14*0a95ebc9SSumit Garg extern struct trusted_key_ops trusted_key_tee_ops;
15*0a95ebc9SSumit Garg 
16*0a95ebc9SSumit Garg #endif
17