drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
[drm/drm-misc.git] / include / keys / trusted_caam.h
blob73fe2f32f65e5d3dae482a03839def4c74d103a9
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <kernel@pengutronix.de>
4 */
6 #ifndef __CAAM_TRUSTED_KEY_H
7 #define __CAAM_TRUSTED_KEY_H
9 extern struct trusted_key_ops trusted_key_caam_ops;
11 #endif