diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-31 07:44:54 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-31 07:44:54 +0000 |
commit | 69686d5669e0bc621ded618becf1529ce93ff1fd (patch) | |
tree | 8d2e4757e6b2a31129cb1a2328aa7febe936756b /IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h | |
parent | 7d839888ffce3572e8ef4b82e0811d82cd2bbd74 (diff) | |
download | edk2-platforms-69686d5669e0bc621ded618becf1529ce93ff1fd.tar.xz |
Remove blank for function typedef, it will break generating doxygen document.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5591 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h')
-rw-r--r-- | IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h b/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h index 3e72539aba..b84884c119 100644 --- a/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h +++ b/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h @@ -60,7 +60,7 @@ typedef struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL EFI_INCOMPATIBLE_PC **/
typedef
EFI_STATUS
-(EFIAPI *EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE) (
+(EFIAPI *EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE)(
IN EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL *This,
IN UINTN VendorId,
IN UINTN DeviceId,
|