xref: /openbmc/linux/include/keys/trusted_caam.h (revision e9c5048c)
1*e9c5048cSAhmad Fatoum /* SPDX-License-Identifier: GPL-2.0-only */
2*e9c5048cSAhmad Fatoum /*
3*e9c5048cSAhmad Fatoum  * Copyright (C) 2021 Pengutronix, Ahmad Fatoum <kernel@pengutronix.de>
4*e9c5048cSAhmad Fatoum  */
5*e9c5048cSAhmad Fatoum 
6*e9c5048cSAhmad Fatoum #ifndef __CAAM_TRUSTED_KEY_H
7*e9c5048cSAhmad Fatoum #define __CAAM_TRUSTED_KEY_H
8*e9c5048cSAhmad Fatoum 
9*e9c5048cSAhmad Fatoum extern struct trusted_key_ops trusted_key_caam_ops;
10*e9c5048cSAhmad Fatoum 
11*e9c5048cSAhmad Fatoum #endif
12