mirror of https://github.com/acidanthera/audk.git
Remove the duplicated definitins.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6239 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a979fca9e0
commit
efe08f48c5
|
@ -3,7 +3,7 @@
|
||||||
be used by resources which want to publish IFR/Font/String data and have it
|
be used by resources which want to publish IFR/Font/String data and have it
|
||||||
collected by the Configuration engine.
|
collected by the Configuration engine.
|
||||||
|
|
||||||
Copyright (c) 2007, Intel Corporation
|
Copyright (c) 2007 - 2008, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -61,10 +61,6 @@ typedef struct _EFI_HII_PROTOCOL EFI_HII_PROTOCOL;
|
||||||
|
|
||||||
typedef UINT16 FRAMEWORK_EFI_HII_HANDLE;
|
typedef UINT16 FRAMEWORK_EFI_HII_HANDLE;
|
||||||
|
|
||||||
typedef UINT16 STRING_REF;
|
|
||||||
|
|
||||||
typedef UINT32 RELOFST;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Global definition
|
// Global definition
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue