diff options
author | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-16 04:06:46 +0000 |
---|---|---|
committer | mdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-16 04:06:46 +0000 |
commit | d3308de7f5f477508fcd742d1a6287dc23b77eca (patch) | |
tree | 2020002b7a33a1481351903b90c17449e15e1a50 /MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h | |
parent | 300240b62bf138afba3b427d04111e75c01659c0 (diff) | |
download | edk2-d3308de7f5f477508fcd742d1a6287dc23b77eca.tar.gz edk2-d3308de7f5f477508fcd742d1a6287dc23b77eca.tar.bz2 edk2-d3308de7f5f477508fcd742d1a6287dc23b77eca.zip |
Use Memory Allocation Library instance for modules of type DXE_SMM_DRIVER
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10014 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h')
-rw-r--r-- | MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h b/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h index 3127a8cd13..325452769c 100644 --- a/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h +++ b/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.h @@ -1,7 +1,7 @@ /** @file
Internal include file for Status Code Handler Driver.
- Copyright (c) 2009, Intel Corporation
+ Copyright (c) 2009 - 2010, Intel Corporation
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -29,6 +29,7 @@ #include <Library/UefiDriverEntryPoint.h>
#include <Library/SmmServicesTableLib.h>
#include <Library/SerialPortLib.h>
+#include <Library/MemoryAllocationLib.h>
//
// Runtime memory status code worker definition
|