drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
[drm/drm-misc.git] / include / keys / trusted_tee.h
blob151be25a979e8f3c98122355f6413a5d27530443
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (C) 2019-2021 Linaro Ltd.
5 * Author:
6 * Sumit Garg <sumit.garg@linaro.org>
7 */
9 #ifndef __TEE_TRUSTED_KEY_H
10 #define __TEE_TRUSTED_KEY_H
12 #include <keys/trusted-type.h>
14 extern struct trusted_key_ops trusted_key_tee_ops;
16 #endif