X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugPortDxe%2FDebugPort.h;fp=MdeModulePkg%2FUniversal%2FDebugPortDxe%2FDebugPort.h;h=535bddde13d223161511181e8d7ffead396f4935;hp=f19de75809519537f2082f477d92881a91e22967;hb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;hpb=1f3a753ee68ac1c7a620e8064fdda718cf413761 diff --git a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h index f19de75809..535bddde13 100644 --- a/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h +++ b/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h @@ -97,8 +97,7 @@ EFI_STATUS DebugPortEntryPoint ( IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable - ) -; + ); EFI_STATUS EFIAPI @@ -106,8 +105,7 @@ DebugPortSupported ( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath - ) -; + ); EFI_STATUS EFIAPI @@ -115,8 +113,7 @@ DebugPortStart ( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE Controller, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath - ) -; + ); EFI_STATUS EFIAPI @@ -125,8 +122,7 @@ DebugPortStop ( IN EFI_HANDLE Controller, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer - ) -; + ); // // EFI Component Name Functions @@ -265,8 +261,7 @@ EFI_STATUS EFIAPI DebugPortReset ( IN EFI_DEBUGPORT_PROTOCOL *This - ) -; + ); EFI_STATUS EFIAPI @@ -275,8 +270,7 @@ DebugPortRead ( IN UINT32 Timeout, IN OUT UINTN *BufferSize, IN VOID *Buffer - ) -; + ); EFI_STATUS EFIAPI @@ -285,14 +279,12 @@ DebugPortWrite ( IN UINT32 Timeout, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); EFI_STATUS EFIAPI DebugPortPoll ( IN EFI_DEBUGPORT_PROTOCOL *This - ) -; + ); #endif