hsti.h (56e0d883735002c506e73fa1f1197f3959fc7f0c) | hsti.h (82f9327f774c6e040ba63a887a85fa2e290a233a) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * AMD Secure Processor device driver, security attributes 4 * 5 * Copyright (C) 2023-2024 Advanced Micro Devices, Inc. 6 * 7 * Author: Mario Limonciello <mario.limonciello@amd.com> 8 */ 9 10#ifndef __HSTI_H 11#define __HSTI_H 12 13extern struct attribute_group psp_security_attr_group; 14 | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * AMD Secure Processor device driver, security attributes 4 * 5 * Copyright (C) 2023-2024 Advanced Micro Devices, Inc. 6 * 7 * Author: Mario Limonciello <mario.limonciello@amd.com> 8 */ 9 10#ifndef __HSTI_H 11#define __HSTI_H 12 13extern struct attribute_group psp_security_attr_group; 14 |
15int psp_init_hsti(struct psp_device *psp); 16 |
|
15#endif /* __HSTI_H */ | 17#endif /* __HSTI_H */ |