summaryrefslogtreecommitdiffstats
path: root/OvmfPkg
diff options
context:
space:
mode:
authorLaszlo Ersek <lersek@redhat.com>2018-03-11 00:25:54 +0100
committerLaszlo Ersek <lersek@redhat.com>2018-03-13 14:31:41 +0100
commitea30f8e81399059e2a94b597d05d3273893afe7b (patch)
tree8b396f96bbb813d6e3fd78a4331526b5dd1e5eb9 /OvmfPkg
parent551639a8cb631dc3d1d36f95c63f7c2835ad47fc (diff)
downloadedk2-ea30f8e81399059e2a94b597d05d3273893afe7b.tar.gz
edk2-ea30f8e81399059e2a94b597d05d3273893afe7b.tar.bz2
edk2-ea30f8e81399059e2a94b597d05d3273893afe7b.zip
OvmfPkg/XenPvBlkDxe: list "DriverBinding.h" in the INF file
The header file provides (extern) declarations for the EFI_DRIVER_BINDING_PROTOCOL member functions that are defined in "XenPvBlkDxe.c". This way "gXenPvBlkDxeDriverBinding" can be initialized near the top of "XenPvBlkDxe.c", ahead of the member function definitions. Cc: Anthony Perard <anthony.perard@citrix.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Julien Grall <julien.grall@linaro.org> Suggested-by: Michael Kinney <michael.d.kinney@intel.com> Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'OvmfPkg')
-rw-r--r--OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
index c202e71246..b3dd7c7029 100644
--- a/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
+++ b/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.inf
@@ -35,6 +35,7 @@
BlockIo.h
ComponentName.c
ComponentName.h
+ DriverBinding.h
XenPvBlkDxe.c
XenPvBlkDxe.h