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 <felix-coreboot@felixheld.de>
Suggested-by: Matt DeVillier <matt.devillier@gmail.com>
Change-Id: If81c5ea01ba147b71b423004a2199b348ffac99a
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81346
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com>
This commit is contained in:
Felix Held
2024-03-19 17:53:39 +01:00
parent b91f421118
commit f7aafacb33

View File

@ -3,8 +3,8 @@
#include <types.h> #include <types.h>
enum mpio_engine_type { enum mpio_engine_type {
ENGINE_PCIE, IFTYPE_PCIE,
ENGINE_SATA, IFTYPE_SATA,
}; };
/* Sync with PCIE_HOTPLUG_TYPE */ /* Sync with PCIE_HOTPLUG_TYPE */