Merge tag 'trace-v6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / drivers / crypto / ccp / hsti.h
blob6a70f922d2c403b63433738b26aa71185e1df401
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * AMD Secure Processor device driver, security attributes
5 * Copyright (C) 2023-2024 Advanced Micro Devices, Inc.
7 * Author: Mario Limonciello <mario.limonciello@amd.com>
8 */
10 #ifndef __HSTI_H
11 #define __HSTI_H
13 extern struct attribute_group psp_security_attr_group;
15 int psp_init_hsti(struct psp_device *psp);
17 #endif /* __HSTI_H */