]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Pci22.h: Remove deprecated macros
authorRuiyu Ni <ruiyu.ni@intel.com>
Mon, 6 Mar 2017 06:38:59 +0000 (14:38 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Fri, 10 Mar 2017 04:52:10 +0000 (12:52 +0800)
The following deprecated macros are removed.The removal
doesn't cause any build failure to existing packages.

#define DEVICE_ID_NOCARE    0xFFFF
#define PCI_BAR_OLD_ALIGN   0xFFFFFFFFFFFFFFFFULL
#define PCI_BAR_EVEN_ALIGN  0xFFFFFFFFFFFFFFFEULL
#define PCI_BAR_SQUAD_ALIGN 0xFFFFFFFFFFFFFFFDULL
#define PCI_BAR_DQUAD_ALIGN 0xFFFFFFFFFFFFFFFCULL
#define PCI_BAR_ALL         0xFF
#define PCI_ACPI_UNUSED     0
#define PCI_BAR_NOCHANGE    0

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

No differences found