brintos

brintos / linux-shallow public Read only

0
0
Text · 194 B · 9aaa420 Raw
12 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2021 sigma star gmbh4 */5 6#ifndef TRUSTED_DCP_H7#define TRUSTED_DCP_H8 9extern struct trusted_key_ops dcp_trusted_key_ops;10 11#endif12