xref: /linux/include/keys/trusted_dcp.h (revision 621cde16e49b3ecf7d59a8106a20aaebfb4a59a9)
1*2e8a0f40SDavid Gstir /* SPDX-License-Identifier: GPL-2.0-only */
2*2e8a0f40SDavid Gstir /*
3*2e8a0f40SDavid Gstir  * Copyright (C) 2021 sigma star gmbh
4*2e8a0f40SDavid Gstir  */
5*2e8a0f40SDavid Gstir 
6*2e8a0f40SDavid Gstir #ifndef TRUSTED_DCP_H
7*2e8a0f40SDavid Gstir #define TRUSTED_DCP_H
8*2e8a0f40SDavid Gstir 
9*2e8a0f40SDavid Gstir extern struct trusted_key_ops dcp_trusted_key_ops;
10*2e8a0f40SDavid Gstir 
11*2e8a0f40SDavid Gstir #endif
12