Re: [PATCH Part1 RFC v3 10/22] x86/sev: Register GHCB memory when SEV-SNP is active

From: Brijesh Singh
Date: Mon Jun 14 2021 - 08:29:39 EST



On 6/10/21 12:49 AM, Borislav Petkov wrote:
> On Wed, Jun 02, 2021 at 09:04:04AM -0500, Brijesh Singh wrote:
>> +++ b/arch/x86/kernel/sev-internal.h
>> @@ -0,0 +1,12 @@
>> +/* SPDX-License-Identifier: GPL-2.0-only */
>> +/*
>> + * Forward declarations for sev-shared.c
>> + *
>> + * Author: Brijesh Singh <brijesh.singh@xxxxxxx>
>> + */
>> +
>> +#ifndef _ARCH_X86_KERNEL_SEV_INTERNAL_H
> __X86_SEV_INTERNAL_H__

Noted. Thanks

- Brijesh