]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: IndustryStandard: factor out Virtio095Net.h
authorLaszlo Ersek <lersek@redhat.com>
Wed, 6 Apr 2016 08:29:00 +0000 (10:29 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 6 Apr 2016 17:21:26 +0000 (19:21 +0200)
commit0bad4cb6f654ed4a3383b8a2ce68508ae7cf0ded
tree6ed65f82ed8475dae3bdac9ef0c8fc08a7bfd1f1
parent3eb6278a64bed0aff7efb937f374681cf8c9f117
OvmfPkg: IndustryStandard: factor out Virtio095Net.h

In the upcoming virtio-1.0 series, we'll introduce "Virtio10Net.h".
However, the "VirtioNet.h" header file should continue to expose the
Virtio Network Device specific type and macro definitions for all virtio
versions that OvmfPkg supports. Therefore extract "Virtio095Net.h" like
this:

  VirtioNet.h -> Virtio095Net.h

so that in the upcoming patches, we can insert "Virtio10Net.h" in the
middle of the inclusion chain.

This follows the example of "Acpi.h" and "Pci.h" under
"MdePkg/Include/IndustryStandard".

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Suggested-by: Jordan Justen <jordan.l.justen@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
OvmfPkg/Include/IndustryStandard/Virtio095Net.h [new file with mode: 0644]
OvmfPkg/Include/IndustryStandard/VirtioNet.h