swh:1:snp:c3bf2749e3476071fa748f67b0ffa2fdc5fe49d9
Raw File
Tip revision: e4e737bb5c170df6135a127739a9e6148ee3da82 authored by Linus Torvalds on 20 September 2021, 00:28:22 UTC
Linux 5.15-rc2
Tip revision: e4e737b
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