Re: [edk2] [PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers

2016-12-09 Thread Ard Biesheuvel
o.org> > Subject: [edk2] [PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing > cast and EFIAPI modifiers > > Add missing EFIAPI modifiers to the functions that are exposed via the PCI > I/O protocol. > > At the same time, add a missing UINT8 cast which breaks the bui

Re: [edk2] [PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers

2016-12-08 Thread Bi, Dandan
<ard.biesheu...@linaro.org> Subject: [edk2] [PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers Add missing EFIAPI modifiers to the functions that are exposed via the PCI I/O protocol. At the same time, add a missing UINT8 cast which breaks the build

[edk2] [PATCH] MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers

2016-12-08 Thread Ard Biesheuvel
Add missing EFIAPI modifiers to the functions that are exposed via the PCI I/O protocol. At the same time, add a missing UINT8 cast which breaks the build on Visual Studio. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel ---