From f7aafacb33de380f39d45936f02e0eea6e8ba5fc Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 19 Mar 2024 17:53:39 +0100 Subject: vc/amd/opensil/stub/mpio: change mpio_engine_type prefix to IFTYPE Change the prefix of the elements of the mpio_engine_type enum from ENGINE_ to IFTYPE_. Signed-off-by: Felix Held Suggested-by: Matt DeVillier Change-Id: If81c5ea01ba147b71b423004a2199b348ffac99a Reviewed-on: https://review.coreboot.org/c/coreboot/+/81346 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Varshit Pandya --- src/vendorcode/amd/opensil/stub/mpio/chip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/amd') diff --git a/src/vendorcode/amd/opensil/stub/mpio/chip.h b/src/vendorcode/amd/opensil/stub/mpio/chip.h index 53d22a0d07..f2fb5da6a9 100644 --- a/src/vendorcode/amd/opensil/stub/mpio/chip.h +++ b/src/vendorcode/amd/opensil/stub/mpio/chip.h @@ -3,8 +3,8 @@ #include enum mpio_engine_type { - ENGINE_PCIE, - ENGINE_SATA, + IFTYPE_PCIE, + IFTYPE_SATA, }; /* Sync with PCIE_HOTPLUG_TYPE */ -- cgit v1.2.3