repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
[drm/drm-misc.git]
/
include
/
keys
/
trusted_caam.h
blob
73fe2f32f65e5d3dae482a03839def4c74d103a9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2021 Pengutronix, Ahmad Fatoum <kernel@pengutronix.de>
4
*/
5
6
#ifndef __CAAM_TRUSTED_KEY_H
7
#define __CAAM_TRUSTED_KEY_H
8
9
extern
struct
trusted_key_ops trusted_key_caam_ops
;
10
11
#endif