diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-16 05:19:25 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-16 05:19:25 +0000 |
commit | 1349236994106e461f82b2df1df5ebbf1bd80898 (patch) | |
tree | 1e20195dfcbe8ca4d76f49243d5d5a7368beb118 /MdeModulePkg/Library/ExtendedIfrSupportLib | |
parent | 9edc73ada43b313117ef1662c16c85114a480b8b (diff) | |
download | edk2-platforms-1349236994106e461f82b2df1df5ebbf1bd80898.tar.xz |
follow up the comments from code review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5891 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/ExtendedIfrSupportLib')
-rw-r--r-- | MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c b/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c index 2a84da4d97..d37821963c 100644 --- a/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c +++ b/MdeModulePkg/Library/ExtendedIfrSupportLib/Form.c @@ -14,6 +14,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include "LibraryInternal.h"
+extern EFI_HII_DATABASE_PROTOCOL *gIfrLibHiiDatabase;
+
/**
Get the specified package from a package list based on an index.
The Buffer on output is updated to point to a package header in
|