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 <[email protected]> Cc: Jordan Justen <[email protected]> Suggested-by: Michael Kinney <[email protected]> Ref: http://mid.mail-archive.com/E92EE9817A31E24EB0585FDF735412F56327F7D3@ORSMSX113.amr.corp.intel.com Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Laszlo Ersek <[email protected]> --- OvmfPkg/VirtioNetDxe/VirtioNet.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/OvmfPkg/VirtioNetDxe/VirtioNet.inf b/OvmfPkg/VirtioNetDxe/VirtioNet.inf index 9ff6d87e6190..d63dbe5cb6a2 100644 --- a/OvmfPkg/VirtioNetDxe/VirtioNet.inf +++ b/OvmfPkg/VirtioNetDxe/VirtioNet.inf @@ -39,6 +39,7 @@ [Sources] SnpStop.c SnpTransmit.c SnpUnsupported.c + VirtioNet.h [Packages] MdePkg/MdePkg.dec -- 2.14.1.3.gb7cf6e02401b _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

