From: Laszlo Ersek Date: Sat, 10 Mar 2018 23:05:59 +0000 (+0100) Subject: OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file X-Git-Tag: edk2-stable201903~2157 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d5a60558c51aaa5b63e857130172b332e9ab4988 OvmfPkg/VirtioNetDxe: list "VirtioNet.h" in the INF file The header file declares several functions and global variables that are shared between various translation units in this module. The header file also defines macros and types that are private to the driver. Cc: Ard Biesheuvel Cc: Jordan Justen Suggested-by: Michael Kinney Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel Reviewed-by: Jordan Justen --- diff --git a/OvmfPkg/VirtioNetDxe/VirtioNet.inf b/OvmfPkg/VirtioNetDxe/VirtioNet.inf index 9ff6d87e61..d63dbe5cb6 100644 --- a/OvmfPkg/VirtioNetDxe/VirtioNet.inf +++ b/OvmfPkg/VirtioNetDxe/VirtioNet.inf @@ -39,6 +39,7 @@ SnpStop.c SnpTransmit.c SnpUnsupported.c + VirtioNet.h [Packages] MdePkg/MdePkg.dec