diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 07:13:29 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-27 07:13:29 +0000 |
commit | 7c6d55db881ab57c8e1398a66619ae561581c17d (patch) | |
tree | 2a4e303b38c7182b618e91f9582d6396fd5c38db /IntelFrameworkPkg/Include/Library | |
parent | 5f44f5b9bb21baefa954c0c36b5e86957ee68b86 (diff) | |
download | edk2-platforms-7c6d55db881ab57c8e1398a66619ae561581c17d.tar.xz |
Update IntelFrameworkPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2786 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Library')
-rw-r--r-- | IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h (renamed from IntelFrameworkPkg/Include/Library/HiiLib.h) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Library/HiiLib.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h index 51fde1460d..d2d74336a0 100644 --- a/IntelFrameworkPkg/Include/Library/HiiLib.h +++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h @@ -17,6 +17,8 @@ #ifndef __HII_LIB_H__
#define __HII_LIB_H__
+#include <Protocol/FrameworkHii.h>
+
/**
This function allocates pool for an EFI_HII_PACKAGES structure
with enough space for the variable argument list of package pointers.
|