]> Git Repo - linux.git/blob - include/keys/trusted_tee.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[linux.git] / include / keys / trusted_tee.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (C) 2019-2021 Linaro Ltd.
4  *
5  * Author:
6  * Sumit Garg <[email protected]>
7  */
8
9 #ifndef __TEE_TRUSTED_KEY_H
10 #define __TEE_TRUSTED_KEY_H
11
12 #include <keys/trusted-type.h>
13
14 extern struct trusted_key_ops trusted_key_tee_ops;
15
16 #endif
This page took 0.031931 seconds and 4 git commands to generate.