RiscVEdk2SbiLib.h has the same macro defination as BaseRiscVSbiLib.h, the latter one was merged to MdePkg.
Signed-off-by: Evan Chai <evan.c...@intel.com> --- .../RISC-V/ProcessorPkg/Include/Library/RiscVEdk2SbiLib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Silicon/RISC-V/ProcessorPkg/Include/Library/RiscVEdk2SbiLib.h b/Silicon/RISC-V/ProcessorPkg/Include/Library/RiscVEdk2SbiLib.h index 36eb16e1..00fdca64 100644 --- a/Silicon/RISC-V/ProcessorPkg/Include/Library/RiscVEdk2SbiLib.h +++ b/Silicon/RISC-V/ProcessorPkg/Include/Library/RiscVEdk2SbiLib.h @@ -2,6 +2,7 @@ Library to call the RISC-V SBI ecalls Copyright (c) 2021-2022, Hewlett Packard Development LP. All rights reserved.<BR> + Copyright (c) 2023, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent @@ -9,8 +10,8 @@ - Hart - Hardware Thread, similar to a CPU core **/ -#ifndef RISCV_SBI_LIB_H_ -#define RISCV_SBI_LIB_H_ +#ifndef RISCV_SBI_LIB2_H_ +#define RISCV_SBI_LIB2_H_ #include <Uefi.h> #include <IndustryStandard/RiscVOpensbi.h> -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100538): https://edk2.groups.io/g/devel/message/100538 Mute This Topic: https://groups.io/mt/97285412/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-