From a2b2ac0ed2b39ed3ea7972732521e0d731e50671 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 5 Jan 2024 19:05:52 +0100 Subject: [PATCH] arch/x86/include: rename smm.h to smm_call.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename smm.h to smm_call.h to make including this file look less ambiguous. Signed-off-by: Felix Held Change-Id: Ia907ad92459e835feeddf7eb4743a38f99549179 Reviewed-on: https://review.coreboot.org/c/coreboot/+/79833 Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/arch/x86/include/{smm.h => smm_call.h} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/arch/x86/include/{smm.h => smm_call.h} (100%) diff --git a/src/arch/x86/include/smm.h b/src/arch/x86/include/smm_call.h similarity index 100% rename from src/arch/x86/include/smm.h rename to src/arch/x86/include/smm_call.h