audk/Vlv2TbltDevicePkg/AcpiPlatform
Gary Lin e7643ce70c Vlv2TbltDevicePkg/AcpiPlatform: Amend the declaration of mGlobalNvsArea
mGlobalNvsArea wasn't declared as extern in AcpiPlatform.h and the header
was included in AcpiPlatform.c and AcpiPlatformHooks.c. Although it's
declared as extern in AcpiPlatformHooks.c, gcc still created an instance
of mGlobalNvsArea in AcpiPlatformHooks.c since the header was expanded
first and then the linker complained "multiple definition". This commit
rearrange the delaration of mGlobalNvsArea to satisfy gcc.

Cc: David Wei <david.wei@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: David Wei <david.wei@intel.com>
2016-08-03 11:02:17 +08:00
..
AcpiPlatform.c Vlv2TbltDevicePkg/AcpiPlatform: Amend the declaration of mGlobalNvsArea 2016-08-03 11:02:17 +08:00
AcpiPlatform.h Vlv2TbltDevicePkg/AcpiPlatform: Amend the declaration of mGlobalNvsArea 2016-08-03 11:02:17 +08:00
AcpiPlatform.inf Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to 2015-01-12 09:37:20 +00:00
AcpiPlatformHooks.c Vlv2TbltDevicePkg/AcpiPlatform: Amend the declaration of mGlobalNvsArea 2016-08-03 11:02:17 +08:00
AcpiPlatformHooks.h Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to 2015-01-12 09:37:20 +00:00
AcpiPlatformHooksLib.h Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to 2015-01-12 09:37:20 +00:00
Osfr.h Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to 2015-01-12 09:37:20 +00:00