swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: 26291c54e111ff6ba87a164d85d4a4e134b7315c authored by Linus Torvalds on 30 January 2022, 13:37:07 UTC
Linux 5.17-rc2
Tip revision: 26291c5
trusted_tee.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2019-2021 Linaro Ltd.
 *
 * Author:
 * Sumit Garg <sumit.garg@linaro.org>
 */

#ifndef __TEE_TRUSTED_KEY_H
#define __TEE_TRUSTED_KEY_H

#include <keys/trusted-type.h>

extern struct trusted_key_ops trusted_key_tee_ops;

#endif
back to top