diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2024-01-05 19:05:52 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-10 20:36:16 +0000 |
commit | a2b2ac0ed2b39ed3ea7972732521e0d731e50671 (patch) | |
tree | e322a68ae0f5d124979184600e5ecf1180036c5b /src/arch/x86 | |
parent | 8dd5b9dd2ad444e9c1057e1ef67e790dbe343cc8 (diff) |
arch/x86/include: rename smm.h to smm_call.h
Rename smm.h to smm_call.h to make including this file look less
ambiguous.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ia907ad92459e835feeddf7eb4743a38f99549179
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79833
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/include/smm_call.h (renamed from src/arch/x86/include/smm.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/src/arch/x86/include/smm.h b/src/arch/x86/include/smm_call.h index c0d96c0182..c0d96c0182 100644 --- a/src/arch/x86/include/smm.h +++ b/src/arch/x86/include/smm_call.h |