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_dcp.h
blob
9aaa42075b40e13e744ded5c2979cf7a4ca14d0a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2021 sigma star gmbh
4
*/
5
6
#ifndef TRUSTED_DCP_H
7
#define TRUSTED_DCP_H
8
9
extern
struct
trusted_key_ops dcp_trusted_key_ops
;
10
11
#endif