mirror of https://github.com/acidanthera/audk.git
11 lines
239 B
C
11 lines
239 B
C
|
/** @file
|
||
|
Agent Module to load other modules to deploy MM Entry Vector for X86 CPU.
|
||
|
|
||
|
Copyright (c) 2024, Intel Corporation. All rights reserved.<BR>
|
||
|
|
||
|
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
||
|
**/
|
||
|
|
||
|
#include "PiSmmCpuCommon.h"
|