From ed66e1bc0d2be0a185fc47adab4930c3b7e2767f Mon Sep 17 00:00:00 2001 From: vanjeff Date: Thu, 4 Sep 2008 09:37:28 +0000 Subject: clean up the un-suitable ';' location when declaring the functions. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5820 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Protocol/Arp.h | 21 +++++---------- MdePkg/Include/Protocol/AuthenticationInfo.h | 6 ++--- MdePkg/Include/Protocol/BlockIo.h | 12 +++------ MdePkg/Include/Protocol/DevicePathFromText.h | 6 ++--- MdePkg/Include/Protocol/DevicePathToText.h | 6 ++--- MdePkg/Include/Protocol/DevicePathUtilities.h | 24 ++++++----------- MdePkg/Include/Protocol/Dhcp4.h | 27 +++++++------------ MdePkg/Include/Protocol/DiskIo.h | 6 ++--- MdePkg/Include/Protocol/DriverBinding.h | 9 +++---- MdePkg/Include/Protocol/EdidOverride.h | 3 +-- MdePkg/Include/Protocol/GraphicsOutput.h | 6 ++--- MdePkg/Include/Protocol/Hash.h | 6 ++--- MdePkg/Include/Protocol/HiiConfigRouting.h | 3 +-- MdePkg/Include/Protocol/IScsiInitiatorName.h | 6 ++--- MdePkg/Include/Protocol/Ip4.h | 24 ++++++----------- MdePkg/Include/Protocol/Ip4Config.h | 9 +++---- MdePkg/Include/Protocol/LoadFile.h | 3 +-- MdePkg/Include/Protocol/ManagedNetwork.h | 24 ++++++----------- MdePkg/Include/Protocol/Mtftp4.h | 33 ++++++++--------------- MdePkg/Include/Protocol/ScsiIo.h | 15 ++++------- MdePkg/Include/Protocol/ScsiPassThru.h | 18 +++++-------- MdePkg/Include/Protocol/ScsiPassThruExt.h | 21 +++++---------- MdePkg/Include/Protocol/Security.h | 3 +-- MdePkg/Include/Protocol/SerialIo.h | 18 +++++-------- MdePkg/Include/Protocol/ServiceBinding.h | 6 ++--- MdePkg/Include/Protocol/SimpleFileSystem.h | 33 ++++++++--------------- MdePkg/Include/Protocol/SimpleNetwork.h | 39 +++++++++------------------ MdePkg/Include/Protocol/SimpleTextIn.h | 6 ++--- MdePkg/Include/Protocol/SimpleTextOut.h | 27 +++++++------------ MdePkg/Include/Protocol/TapeIo.h | 18 +++++-------- MdePkg/Include/Protocol/Tcp4.h | 30 +++++++-------------- MdePkg/Include/Protocol/Udp4.h | 24 ++++++----------- MdePkg/Include/Protocol/UgaDraw.h | 6 ++--- MdePkg/Include/Protocol/UnicodeCollation.h | 18 +++++-------- MdePkg/Include/Protocol/Usb2HostController.h | 39 +++++++++------------------ 35 files changed, 185 insertions(+), 370 deletions(-) (limited to 'MdePkg/Include/Protocol') diff --git a/MdePkg/Include/Protocol/Arp.h b/MdePkg/Include/Protocol/Arp.h index 9527ad5..21d8156 100644 --- a/MdePkg/Include/Protocol/Arp.h +++ b/MdePkg/Include/Protocol/Arp.h @@ -75,8 +75,7 @@ EFI_STATUS (EFIAPI *EFI_ARP_CONFIGURE)( IN EFI_ARP_PROTOCOL *This, IN EFI_ARP_CONFIG_DATA *ConfigData OPTIONAL - ) -; + ); /** Inserts an entry to the ARP cache. @@ -115,8 +114,7 @@ EFI_STATUS IN VOID *TargetHwAddress OPTIONAL, IN UINT32 TimeoutValue, IN BOOLEAN Overwrite - ) -; + ); /** Locates one or more entries in the ARP cache. @@ -152,8 +150,7 @@ EFI_STATUS OUT UINT32 *EntryCount OPTIONAL, OUT EFI_ARP_FIND_DATA **Entries OPTIONAL, IN BOOLEAN Refresh - ) -; + ); /** @@ -177,8 +174,7 @@ EFI_STATUS IN EFI_ARP_PROTOCOL *This, IN BOOLEAN BySwAddress, IN VOID *AddressBuffer OPTIONAL - ) -; + ); /** Removes all dynamic ARP cache entries that were added by this interface. @@ -195,8 +191,7 @@ typedef EFI_STATUS (EFIAPI *EFI_ARP_FLUSH)( IN EFI_ARP_PROTOCOL *This - ) -; + ); /** Starts an ARP request session. @@ -229,8 +224,7 @@ EFI_STATUS IN VOID *TargetSwAddress OPTIONAL, IN EFI_EVENT ResolvedEvent OPTIONAL, OUT VOID *TargetHwAddress - ) -; + ); /** Cancels an ARP request session. @@ -254,8 +248,7 @@ EFI_STATUS IN EFI_ARP_PROTOCOL *This, IN VOID *TargetSwAddress OPTIONAL, IN EFI_EVENT ResolvedEvent OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/AuthenticationInfo.h b/MdePkg/Include/Protocol/AuthenticationInfo.h index df2a219..5925613 100644 --- a/MdePkg/Include/Protocol/AuthenticationInfo.h +++ b/MdePkg/Include/Protocol/AuthenticationInfo.h @@ -84,8 +84,7 @@ EFI_STATUS IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE *ControllerHandle, OUT VOID *Buffer - ) -; + ); /** Set the Authentication information for a given controller handle. @@ -108,8 +107,7 @@ EFI_STATUS IN EFI_AUTHENTICATION_INFO_PROTOCOL *This, IN EFI_HANDLE *ControllerHandle, IN VOID *Buffer - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/BlockIo.h b/MdePkg/Include/Protocol/BlockIo.h index 32fe4ef..8584610 100644 --- a/MdePkg/Include/Protocol/BlockIo.h +++ b/MdePkg/Include/Protocol/BlockIo.h @@ -51,8 +51,7 @@ EFI_STATUS (EFIAPI *EFI_BLOCK_RESET)( IN EFI_BLOCK_IO_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** Read BufferSize bytes from Lba into Buffer. @@ -80,8 +79,7 @@ EFI_STATUS IN EFI_LBA Lba, IN UINTN BufferSize, OUT VOID *Buffer - ) -; + ); /** Write BufferSize bytes from Lba into Buffer. @@ -110,8 +108,7 @@ EFI_STATUS IN EFI_LBA Lba, IN UINTN BufferSize, IN VOID *Buffer - ) -; + ); /** Flush the Block Device. @@ -127,8 +124,7 @@ typedef EFI_STATUS (EFIAPI *EFI_BLOCK_FLUSH)( IN EFI_BLOCK_IO_PROTOCOL *This - ) -; + ); /** Block IO read only mode data and updated only via members of BlockIO diff --git a/MdePkg/Include/Protocol/DevicePathFromText.h b/MdePkg/Include/Protocol/DevicePathFromText.h index d00614b..7c4a161 100644 --- a/MdePkg/Include/Protocol/DevicePathFromText.h +++ b/MdePkg/Include/Protocol/DevicePathFromText.h @@ -41,8 +41,7 @@ typedef EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_NODE)( IN CONST CHAR16 *TextDeviceNode - ) -; + ); /** @@ -60,8 +59,7 @@ typedef EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_FROM_TEXT_PATH)( IN CONST CHAR16 *TextDevicePath - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/DevicePathToText.h b/MdePkg/Include/Protocol/DevicePathToText.h index 8e03c7f..4a83531 100644 --- a/MdePkg/Include/Protocol/DevicePathToText.h +++ b/MdePkg/Include/Protocol/DevicePathToText.h @@ -47,8 +47,7 @@ CHAR16* IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts - ) -; + ); /** Convert a device path to its text representation. @@ -71,8 +70,7 @@ CHAR16* IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN BOOLEAN DisplayOnly, IN BOOLEAN AllowShortcuts - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/DevicePathUtilities.h b/MdePkg/Include/Protocol/DevicePathUtilities.h index 830f52e..44e88ee 100644 --- a/MdePkg/Include/Protocol/DevicePathUtilities.h +++ b/MdePkg/Include/Protocol/DevicePathUtilities.h @@ -39,8 +39,7 @@ typedef UINTN (EFIAPI *EFI_DEVICE_PATH_UTILS_GET_DEVICE_PATH_SIZE)( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath - ) -; + ); /** @@ -56,8 +55,7 @@ typedef EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_UTILS_DUP_DEVICE_PATH)( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath - ) -; + ); /** Create a new path by appending the second device path to the first. @@ -75,8 +73,7 @@ EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_UTILS_APPEND_PATH)( IN CONST EFI_DEVICE_PATH_PROTOCOL *Src1, IN CONST EFI_DEVICE_PATH_PROTOCOL *Src2 - ) -; + ); /** Creates a new path by appending the device node to the device path. @@ -94,8 +91,7 @@ EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_UTILS_APPEND_NODE)( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode - ) -; + ); /** Creates a new path by appending the specified device path instance to the specified device path. @@ -112,8 +108,7 @@ EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_UTILS_APPEND_INSTANCE)( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePathInstance - ) -; + ); /** Creates a copy of the current device path instance and returns a pointer to the next device path @@ -135,8 +130,7 @@ EFI_DEVICE_PATH_PROTOCOL* (EFIAPI *EFI_DEVICE_PATH_UTILS_GET_NEXT_INSTANCE)( IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePathInstance, OUT UINTN *DevicePathInstanceSize - ) -; + ); /** Creates a device node @@ -159,8 +153,7 @@ EFI_DEVICE_PATH_PROTOCOL* IN UINT8 NodeType, IN UINT8 NodeSubType, IN UINT16 NodeLength -) -; +); /** Returns whether a device path is multi-instance. @@ -175,8 +168,7 @@ typedef BOOLEAN (EFIAPI *EFI_DEVICE_PATH_UTILS_IS_MULTI_INSTANCE)( IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Dhcp4.h b/MdePkg/Include/Protocol/Dhcp4.h index 95c7701..e7fc60e 100644 --- a/MdePkg/Include/Protocol/Dhcp4.h +++ b/MdePkg/Include/Protocol/Dhcp4.h @@ -199,8 +199,7 @@ EFI_STATUS (EFIAPI *EFI_DHCP4_GET_MODE_DATA)( IN EFI_DHCP4_PROTOCOL *This, OUT EFI_DHCP4_MODE_DATA *Dhcp4ModeData - ) -; + ); /** Initializes, changes, or resets the operational settings for the EFI DHCPv4 Protocol driver. @@ -226,8 +225,7 @@ EFI_STATUS (EFIAPI *EFI_DHCP4_CONFIGURE)( IN EFI_DHCP4_PROTOCOL *This, IN EFI_DHCP4_CONFIG_DATA *Dhcp4CfgData OPTIONAL - ) -; + ); /** @@ -261,8 +259,7 @@ EFI_STATUS (EFIAPI *EFI_DHCP4_START)( IN EFI_DHCP4_PROTOCOL *This, IN EFI_EVENT CompletionEvent OPTIONAL - ) -; + ); /** Extends the lease time by sending a request packet. @@ -296,8 +293,7 @@ EFI_STATUS IN EFI_DHCP4_PROTOCOL *This, IN BOOLEAN RebindRequest, IN EFI_EVENT CompletionEvent OPTIONAL - ) -; + ); /** Releases the current address configuration. @@ -314,8 +310,7 @@ typedef EFI_STATUS (EFIAPI *EFI_DHCP4_RELEASE)( IN EFI_DHCP4_PROTOCOL *This - ) -; + ); /** Stops the current address configuration. @@ -330,8 +325,7 @@ typedef EFI_STATUS (EFIAPI *EFI_DHCP4_STOP)( IN EFI_DHCP4_PROTOCOL *This - ) -; + ); /** Builds a DHCP packet, given the options to be appended or deleted or replaced. @@ -365,8 +359,7 @@ EFI_STATUS IN UINT32 AppendCount, IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL, OUT EFI_DHCP4_PACKET **NewPacket - ) -; + ); /** Transmits a DHCP formatted packet and optionally waits for responses. @@ -387,8 +380,7 @@ EFI_STATUS (EFIAPI *EFI_DHCP4_TRANSMIT_RECEIVE)( IN EFI_DHCP4_PROTOCOL *This, IN EFI_DHCP4_TRANSMIT_RECEIVE_TOKEN *Token - ) -; + ); /** @@ -417,8 +409,7 @@ EFI_STATUS IN EFI_DHCP4_PACKET *Packet, IN OUT UINT32 *OptionCount, OUT EFI_DHCP4_PACKET_OPTION *PacketOptionList[] OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/DiskIo.h b/MdePkg/Include/Protocol/DiskIo.h index a9f1b96..fbf4384 100644 --- a/MdePkg/Include/Protocol/DiskIo.h +++ b/MdePkg/Include/Protocol/DiskIo.h @@ -61,8 +61,7 @@ EFI_STATUS IN UINT64 Offset, IN UINTN BufferSize, OUT VOID *Buffer - ) -; + ); /** Read BufferSize bytes from Offset into Buffer. @@ -90,8 +89,7 @@ EFI_STATUS IN UINT64 Offset, IN UINTN BufferSize, IN VOID *Buffer - ) -; + ); #define EFI_DISK_IO_PROTOCOL_REVISION 0x00010000 diff --git a/MdePkg/Include/Protocol/DriverBinding.h b/MdePkg/Include/Protocol/DriverBinding.h index 7e0cbbd..46e85c8 100644 --- a/MdePkg/Include/Protocol/DriverBinding.h +++ b/MdePkg/Include/Protocol/DriverBinding.h @@ -49,8 +49,7 @@ EFI_STATUS IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL - ) -; + ); /** Start this driver on ControllerHandle. @@ -71,8 +70,7 @@ EFI_STATUS IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_HANDLE ControllerHandle, IN EFI_DEVICE_PATH_PROTOCOL *RemainingDevicePath OPTIONAL - ) -; + ); /** Stop this driver on ControllerHandle. @@ -94,8 +92,7 @@ EFI_STATUS IN EFI_HANDLE ControllerHandle, IN UINTN NumberOfChildren, IN EFI_HANDLE *ChildHandleBuffer OPTIONAL - ) -; + ); // // Interface structure for the ControllerHandle Driver Protocol diff --git a/MdePkg/Include/Protocol/EdidOverride.h b/MdePkg/Include/Protocol/EdidOverride.h index 7ed938a..8a14e97 100644 --- a/MdePkg/Include/Protocol/EdidOverride.h +++ b/MdePkg/Include/Protocol/EdidOverride.h @@ -54,8 +54,7 @@ EFI_STATUS OUT UINT32 *Attributes, IN OUT UINTN *EdidSize, IN OUT UINT8 **Edid - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/GraphicsOutput.h b/MdePkg/Include/Protocol/GraphicsOutput.h index 1106913..c134030 100644 --- a/MdePkg/Include/Protocol/GraphicsOutput.h +++ b/MdePkg/Include/Protocol/GraphicsOutput.h @@ -72,8 +72,7 @@ EFI_STATUS IN UINT32 ModeNumber, OUT UINTN *SizeOfInfo, OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION **Info - ) -; + ); /** Return the current video mode information. @@ -91,8 +90,7 @@ EFI_STATUS (EFIAPI *EFI_GRAPHICS_OUTPUT_PROTOCOL_SET_MODE)( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN UINT32 ModeNumber - ) -; + ); typedef struct { UINT8 Blue; diff --git a/MdePkg/Include/Protocol/Hash.h b/MdePkg/Include/Protocol/Hash.h index 3a30c62..bb4d651 100644 --- a/MdePkg/Include/Protocol/Hash.h +++ b/MdePkg/Include/Protocol/Hash.h @@ -97,8 +97,7 @@ EFI_STATUS IN CONST EFI_HASH_PROTOCOL *This, IN CONST EFI_GUID *HashAlgorithm, OUT UINTN *HashSize - ) -; + ); /** Returns the size of the hash which results from a specific algorithm. @@ -127,8 +126,7 @@ EFI_STATUS IN CONST UINT8 *Message, IN UINT64 MessageSize, IN OUT EFI_HASH_OUTPUT *Hash - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/HiiConfigRouting.h b/MdePkg/Include/Protocol/HiiConfigRouting.h index 5357239..176e096 100644 --- a/MdePkg/Include/Protocol/HiiConfigRouting.h +++ b/MdePkg/Include/Protocol/HiiConfigRouting.h @@ -389,8 +389,7 @@ EFI_STATUS IN CONST EFI_DEVICE_PATH_PROTOCOL *DevicePath, IN CONST UINT16 *AltCfgId, OUT EFI_STRING *AltCfgResp - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/IScsiInitiatorName.h b/MdePkg/Include/Protocol/IScsiInitiatorName.h index 009610c..e760bff 100644 --- a/MdePkg/Include/Protocol/IScsiInitiatorName.h +++ b/MdePkg/Include/Protocol/IScsiInitiatorName.h @@ -44,8 +44,7 @@ EFI_STATUS IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); @@ -70,8 +69,7 @@ typedef EFI_STATUS IN EFI_ISCSI_INITIATOR_NAME_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Ip4.h b/MdePkg/Include/Protocol/Ip4.h index d3576ac..215a3ce 100644 --- a/MdePkg/Include/Protocol/Ip4.h +++ b/MdePkg/Include/Protocol/Ip4.h @@ -177,8 +177,7 @@ EFI_STATUS OUT EFI_IP4_MODE_DATA *Ip4ModeData OPTIONAL, OUT EFI_MANAGED_NETWORK_CONFIG_DATA *MnpConfigData OPTIONAL, OUT EFI_SIMPLE_NETWORK_MODE *SnpModeData OPTIONAL - ) -; + ); /** Assigns an IPv4 address and subnet mask to this EFI IPv4 Protocol driver instance. @@ -208,8 +207,7 @@ EFI_STATUS (EFIAPI *EFI_IP4_CONFIGURE)( IN EFI_IP4_PROTOCOL *This, IN EFI_IP4_CONFIG_DATA *IpConfigData OPTIONAL - ) -; + ); /** Joins and leaves multicast groups. @@ -241,8 +239,7 @@ EFI_STATUS IN EFI_IP4_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv4_ADDRESS *GroupAddress OPTIONAL - ) -; + ); /** Adds and deletes routing table entries. @@ -281,8 +278,7 @@ EFI_STATUS IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress - ) -; + ); /** Places outgoing data packets into the transmit queue. @@ -314,8 +310,7 @@ EFI_STATUS (EFIAPI *EFI_IP4_TRANSMIT)( IN EFI_IP4_PROTOCOL *This, IN EFI_IP4_COMPLETION_TOKEN *Token - ) -; + ); /** Places a receiving request into the receiving queue. @@ -346,8 +341,7 @@ EFI_STATUS (EFIAPI *EFI_IP4_RECEIVE)( IN EFI_IP4_PROTOCOL *This, IN EFI_IP4_COMPLETION_TOKEN *Token - ) -; + ); /** Abort an asynchronous transmit or receive request. @@ -376,8 +370,7 @@ EFI_STATUS (EFIAPI *EFI_IP4_CANCEL)( IN EFI_IP4_PROTOCOL *This, IN EFI_IP4_COMPLETION_TOKEN *Token OPTIONAL - ) -; + ); /** Polls for incoming data packets and processes outgoing data packets. @@ -399,8 +392,7 @@ typedef EFI_STATUS (EFIAPI *EFI_IP4_POLL)( IN EFI_IP4_PROTOCOL *This - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Ip4Config.h b/MdePkg/Include/Protocol/Ip4Config.h index 6dc9e61..444be53 100644 --- a/MdePkg/Include/Protocol/Ip4Config.h +++ b/MdePkg/Include/Protocol/Ip4Config.h @@ -65,8 +65,7 @@ EFI_STATUS IN EFI_IP4_CONFIG_PROTOCOL *This, IN EFI_EVENT DoneEvent, IN EFI_EVENT ReconfigEvent - ) -; + ); /** Stops running the configuration policy for the EFI IPv4 Protocol driver. @@ -82,8 +81,7 @@ typedef EFI_STATUS (EFIAPI *EFI_IP4_CONFIG_STOP)( IN EFI_IP4_CONFIG_PROTOCOL *This - ) -; + ); /** Returns the default configuration data (if any) for the EFI IPv4 Protocol driver. @@ -110,8 +108,7 @@ EFI_STATUS IN EFI_IP4_CONFIG_PROTOCOL *This, IN OUT UINTN *IpConfigDataSize, OUT EFI_IP4_IPCONFIG_DATA *IpConfigData OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/LoadFile.h b/MdePkg/Include/Protocol/LoadFile.h index 8ee5128..6e5e65a 100644 --- a/MdePkg/Include/Protocol/LoadFile.h +++ b/MdePkg/Include/Protocol/LoadFile.h @@ -74,8 +74,7 @@ EFI_STATUS IN BOOLEAN BootPolicy, IN OUT UINTN *BufferSize, IN VOID *Buffer OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/ManagedNetwork.h b/MdePkg/Include/Protocol/ManagedNetwork.h index c04e6ce..f397b6b 100644 --- a/MdePkg/Include/Protocol/ManagedNetwork.h +++ b/MdePkg/Include/Protocol/ManagedNetwork.h @@ -106,8 +106,7 @@ EFI_STATUS IN EFI_MANAGED_NETWORK_PROTOCOL *This, OUT EFI_MANAGED_NETWORK_CONFIG_DATA *MnpConfigData OPTIONAL, OUT EFI_SIMPLE_NETWORK_MODE *SnpModeData OPTIONAL - ) -; + ); /** Sets or clears the operational parameters for the MNP child driver. @@ -133,8 +132,7 @@ EFI_STATUS (EFIAPI *EFI_MANAGED_NETWORK_CONFIGURE)( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN EFI_MANAGED_NETWORK_CONFIG_DATA *MnpConfigData OPTIONAL - ) -; + ); /** Translates an IP multicast address to a hardware (MAC) multicast address. @@ -164,8 +162,7 @@ EFI_STATUS IN BOOLEAN Ipv6Flag, IN EFI_IP_ADDRESS *IpAddress, OUT EFI_MAC_ADDRESS *MacAddress - ) -; + ); /** Enables and disables receive filters for multicast address. @@ -194,8 +191,7 @@ EFI_STATUS IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_MAC_ADDRESS *MacAddress OPTIONAL - ) -; + ); /** Places asynchronous outgoing data packets into the transmit queue. @@ -218,8 +214,7 @@ EFI_STATUS (EFIAPI *EFI_MANAGED_NETWORK_TRANSMIT)( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN EFI_MANAGED_NETWORK_COMPLETION_TOKEN *Token - ) -; + ); /** Places an asynchronous receiving request into the receiving queue. @@ -245,8 +240,7 @@ EFI_STATUS (EFIAPI *EFI_MANAGED_NETWORK_RECEIVE)( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN EFI_MANAGED_NETWORK_COMPLETION_TOKEN *Token - ) -; + ); /** @@ -273,8 +267,7 @@ EFI_STATUS (EFIAPI *EFI_MANAGED_NETWORK_CANCEL)( IN EFI_MANAGED_NETWORK_PROTOCOL *This, IN EFI_MANAGED_NETWORK_COMPLETION_TOKEN *Token OPTIONAL - ) -; + ); /** Polls for incoming data packets and processes outgoing data packets. @@ -294,8 +287,7 @@ typedef EFI_STATUS (EFIAPI *EFI_MANAGED_NETWORK_POLL)( IN EFI_MANAGED_NETWORK_PROTOCOL *This - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Mtftp4.h b/MdePkg/Include/Protocol/Mtftp4.h index 99ca29a..c69e56e 100644 --- a/MdePkg/Include/Protocol/Mtftp4.h +++ b/MdePkg/Include/Protocol/Mtftp4.h @@ -179,8 +179,7 @@ EFI_STATUS IN EFI_MTFTP4_TOKEN *Token, IN UINT16 PacketLen, IN EFI_MTFTP4_PACKET *Paket - ) -; + ); /** Timeout callback funtion. @@ -201,8 +200,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_TIMEOUT_CALLBACK)( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_TOKEN *Token - ) -; + ); /** a callback function that the caller provides to feed data to the @@ -226,8 +224,7 @@ EFI_STATUS IN EFI_MTFTP4_TOKEN *Token, IN OUT UINT16 *Length, OUT VOID **Buffer - ) -; + ); /** @@ -246,8 +243,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_GET_MODE_DATA)( IN EFI_MTFTP4_PROTOCOL *This, OUT EFI_MTFTP4_MODE_DATA *ModeData - ) -; + ); /** @@ -277,8 +273,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_CONFIGURE)( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_CONFIG_DATA *MtftpConfigData OPTIONAL - ) -; + ); /** @@ -324,8 +319,7 @@ EFI_STATUS IN EFI_MTFTP4_OPTION *OptionList, OUT UINT32 *PacketLength, OUT EFI_MTFTP4_PACKET **Packet OPTIONAL - ) -; + ); /** Parses the options in an MTFTPv4 OACK packet. @@ -357,8 +351,7 @@ EFI_STATUS IN EFI_MTFTP4_PACKET *Packet, OUT UINT32 *OptionCount, OUT EFI_MTFTP4_OPTION **OptionList OPTIONAL - ) -; + ); /** @@ -384,8 +377,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_READ_FILE)( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_TOKEN *Token - ) -; + ); @@ -415,8 +407,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_WRITE_FILE)( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_TOKEN *Token - ) -; + ); /** @@ -446,8 +437,7 @@ EFI_STATUS (EFIAPI *EFI_MTFTP4_READ_DIRECTORY)( IN EFI_MTFTP4_PROTOCOL *This, IN EFI_MTFTP4_TOKEN *Token - ) -; + ); /** Polls for incoming data packets and processes outgoing data packets. @@ -468,8 +458,7 @@ typedef EFI_STATUS (EFIAPI *EFI_MTFTP4_POLL)( IN EFI_MTFTP4_PROTOCOL *This - ) -; + ); /** The EFI MTFTPv4 Protocol provides basic services for client-side unicast diff --git a/MdePkg/Include/Protocol/ScsiIo.h b/MdePkg/Include/Protocol/ScsiIo.h index 6437efb..93bbea6 100644 --- a/MdePkg/Include/Protocol/ScsiIo.h +++ b/MdePkg/Include/Protocol/ScsiIo.h @@ -96,8 +96,7 @@ EFI_STATUS (EFIAPI *EFI_SCSI_IO_PROTOCOL_GET_DEVICE_TYPE)( IN EFI_SCSI_IO_PROTOCOL *This, OUT UINT8 *DeviceType - ) -; + ); /** Retrieves the device location in the SCSI channel. @@ -118,8 +117,7 @@ EFI_STATUS IN EFI_SCSI_IO_PROTOCOL *This, IN OUT UINT8 **Target, OUT UINT64 *Lun - ) -; + ); /** Resets the SCSI Bus that the SCSI Controller is attached to. @@ -138,8 +136,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SCSI_IO_PROTOCOL_RESET_BUS)( IN EFI_SCSI_IO_PROTOCOL *This - ) -; + ); /** Resets the SCSI Controller that the device handle specifies. @@ -159,8 +156,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SCSI_IO_PROTOCOL_RESET_DEVICE)( IN EFI_SCSI_IO_PROTOCOL *This - ) -; + ); /** @@ -217,8 +213,7 @@ EFI_STATUS IN EFI_SCSI_IO_PROTOCOL *This, IN OUT EFI_SCSI_IO_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/ScsiPassThru.h b/MdePkg/Include/Protocol/ScsiPassThru.h index f406193..9ccf532 100644 --- a/MdePkg/Include/Protocol/ScsiPassThru.h +++ b/MdePkg/Include/Protocol/ScsiPassThru.h @@ -146,8 +146,7 @@ EFI_STATUS IN UINT64 Lun, IN OUT EFI_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL - ) -; + ); /** Used to retrieve the list of legal Target IDs for SCSI devices @@ -179,8 +178,7 @@ EFI_STATUS IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT32 *Target, IN OUT UINT64 *Lun - ) -; + ); /** Used to allocate and build a device path node for a SCSI device @@ -216,8 +214,7 @@ EFI_STATUS IN UINT32 Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath - ) -; + ); /** Used to translate a device path node to a Target ID and LUN. @@ -249,8 +246,7 @@ EFI_STATUS IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT32 *Target, OUT UINT64 *Lun - ) -; + ); /** Resets a SCSI channel.This operation resets all the @@ -271,8 +267,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SCSI_PASS_THRU_RESET_CHANNEL)( IN EFI_SCSI_PASS_THRU_PROTOCOL *This - ) -; + ); /** Resets a SCSI device that is connected to a SCSI channel. @@ -299,8 +294,7 @@ EFI_STATUS IN EFI_SCSI_PASS_THRU_PROTOCOL *This, IN UINT32 Target, IN UINT64 Lun - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/ScsiPassThruExt.h b/MdePkg/Include/Protocol/ScsiPassThruExt.h index 7635818..eae16ad 100644 --- a/MdePkg/Include/Protocol/ScsiPassThruExt.h +++ b/MdePkg/Include/Protocol/ScsiPassThruExt.h @@ -135,8 +135,7 @@ EFI_STATUS IN UINT64 Lun, IN OUT EFI_EXT_SCSI_PASS_THRU_SCSI_REQUEST_PACKET *Packet, IN EFI_EVENT Event OPTIONAL - ) -; + ); /** Used to retrieve the list of legal Target IDs and LUNs for SCSI devices on a SCSI channel. These @@ -170,8 +169,7 @@ EFI_STATUS IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target, IN OUT UINT64 *Lun - ) -; + ); /** Used to allocate and build a device path node for a SCSI device on a SCSI channel. @@ -207,8 +205,7 @@ EFI_STATUS IN UINT8 *Target, IN UINT64 Lun, IN OUT EFI_DEVICE_PATH_PROTOCOL **DevicePath - ) -; + ); /** Used to translate a device path node to a Target ID and LUN. @@ -236,8 +233,7 @@ EFI_STATUS IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, OUT UINT8 **Target, OUT UINT64 *Lun - ) -; + ); /** Resets a SCSI channel. This operation resets all the SCSI devices connected to the SCSI channel. @@ -254,8 +250,7 @@ typedef EFI_STATUS (EFIAPI *EFI_EXT_SCSI_PASS_THRU_RESET_CHANNEL)( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This - ) -; + ); /** Resets a SCSI logical unit that is connected to a SCSI channel. @@ -282,8 +277,7 @@ EFI_STATUS IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN UINT8 *Target, IN UINT64 Lun - ) -; + ); /** Used to retrieve the list of legal Target IDs for SCSI devices on a SCSI channel. These can either @@ -312,8 +306,7 @@ EFI_STATUS (EFIAPI *EFI_EXT_SCSI_PASS_THRU_GET_NEXT_TARGET)( IN EFI_EXT_SCSI_PASS_THRU_PROTOCOL *This, IN OUT UINT8 **Target - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Security.h b/MdePkg/Include/Protocol/Security.h index c79c3dc..9028fb3 100644 --- a/MdePkg/Include/Protocol/Security.h +++ b/MdePkg/Include/Protocol/Security.h @@ -89,8 +89,7 @@ EFI_STATUS IN EFI_SECURITY_ARCH_PROTOCOL *This, IN UINT32 AuthenticationStatus, IN EFI_DEVICE_PATH_PROTOCOL *File - ) -; + ); // // Interface stucture for the Timer Architectural Protocol diff --git a/MdePkg/Include/Protocol/SerialIo.h b/MdePkg/Include/Protocol/SerialIo.h index cf73f87..5c69f89 100644 --- a/MdePkg/Include/Protocol/SerialIo.h +++ b/MdePkg/Include/Protocol/SerialIo.h @@ -97,8 +97,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SERIAL_RESET)( IN EFI_SERIAL_IO_PROTOCOL *This - ) -; + ); /** Sets the baud rate, receive FIFO depth, transmit/receice time out, parity, @@ -136,8 +135,7 @@ EFI_STATUS IN EFI_PARITY_TYPE Parity, IN UINT8 DataBits, IN EFI_STOP_BITS_TYPE StopBits - ) -; + ); /** Set the control bits on a serial device @@ -155,8 +153,7 @@ EFI_STATUS (EFIAPI *EFI_SERIAL_SET_CONTROL_BITS)( IN EFI_SERIAL_IO_PROTOCOL *This, IN UINT32 Control - ) -; + ); /** Retrieves the status of thecontrol bits on a serial device @@ -173,8 +170,7 @@ EFI_STATUS (EFIAPI *EFI_SERIAL_GET_CONTROL_BITS)( IN EFI_SERIAL_IO_PROTOCOL *This, OUT UINT32 *Control - ) -; + ); /** Writes data to a serial device. @@ -195,8 +191,7 @@ EFI_STATUS IN EFI_SERIAL_IO_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer - ) -; + ); /** Writes data to a serial device. @@ -217,8 +212,7 @@ EFI_STATUS IN EFI_SERIAL_IO_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); /** @par Data Structure Description: diff --git a/MdePkg/Include/Protocol/ServiceBinding.h b/MdePkg/Include/Protocol/ServiceBinding.h index 5f37727..510ac67 100644 --- a/MdePkg/Include/Protocol/ServiceBinding.h +++ b/MdePkg/Include/Protocol/ServiceBinding.h @@ -43,8 +43,7 @@ EFI_STATUS (EFIAPI *EFI_SERVICE_BINDING_CREATE_CHILD)( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN OUT EFI_HANDLE *ChildHandle - ) -; + ); /** Destroys a child handle with a set of I/O services. @@ -66,8 +65,7 @@ EFI_STATUS (EFIAPI *EFI_SERVICE_BINDING_DESTROY_CHILD)( IN EFI_SERVICE_BINDING_PROTOCOL *This, IN EFI_HANDLE ChildHandle - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/SimpleFileSystem.h b/MdePkg/Include/Protocol/SimpleFileSystem.h index feead3f..bea9359 100644 --- a/MdePkg/Include/Protocol/SimpleFileSystem.h +++ b/MdePkg/Include/Protocol/SimpleFileSystem.h @@ -63,8 +63,7 @@ EFI_STATUS (EFIAPI *EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_OPEN_VOLUME)( IN EFI_SIMPLE_FILE_SYSTEM_PROTOCOL *This, OUT EFI_FILE_PROTOCOL **Root - ) -; + ); #define EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION 0x00010000 /// @@ -105,8 +104,7 @@ EFI_STATUS IN CHAR16 *FileName, IN UINT64 OpenMode, IN UINT64 Attributes - ) -; + ); // // Open modes @@ -138,8 +136,7 @@ typedef EFI_STATUS (EFIAPI *EFI_FILE_CLOSE)( IN EFI_FILE *This - ) -; + ); /** Close and delete the file handle @@ -154,8 +151,7 @@ typedef EFI_STATUS (EFIAPI *EFI_FILE_DELETE)( IN EFI_FILE *This - ) -; + ); /** Read data from the file. @@ -177,8 +173,7 @@ EFI_STATUS IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); /** Write data from to the file. @@ -203,8 +198,7 @@ EFI_STATUS IN EFI_FILE_PROTOCOL *This, IN OUT UINTN *BufferSize, IN VOID *Buffer - ) -; + ); /** Set a files current position @@ -221,8 +215,7 @@ EFI_STATUS (EFIAPI *EFI_FILE_SET_POSITION)( IN EFI_FILE_PROTOCOL *This, IN UINT64 Position - ) -; + ); /** Get a files current position @@ -239,8 +232,7 @@ EFI_STATUS (EFIAPI *EFI_FILE_GET_POSITION)( IN EFI_FILE_PROTOCOL *This, OUT UINT64 *Position - ) -; + ); /** Get information about a file @@ -267,8 +259,7 @@ EFI_STATUS IN EFI_GUID *InformationType, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); /** Set information about a file @@ -294,8 +285,7 @@ EFI_STATUS IN EFI_GUID *InformationType, IN UINTN BufferSize, IN VOID *Buffer - ) -; + ); /** Flush data back for the file handle @@ -316,8 +306,7 @@ typedef EFI_STATUS (EFIAPI *EFI_FILE_FLUSH)( IN EFI_FILE *This - ) -; + ); #define EFI_FILE_PROTOCOL_REVISION 0x00010000 // diff --git a/MdePkg/Include/Protocol/SimpleNetwork.h b/MdePkg/Include/Protocol/SimpleNetwork.h index 3766e98..8758572 100644 --- a/MdePkg/Include/Protocol/SimpleNetwork.h +++ b/MdePkg/Include/Protocol/SimpleNetwork.h @@ -179,8 +179,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SIMPLE_NETWORK_START)( IN EFI_SIMPLE_NETWORK_PROTOCOL *This - ) -; + ); /** Changes the state of a network interface from "started" to "stopped". @@ -198,8 +197,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SIMPLE_NETWORK_STOP)( IN EFI_SIMPLE_NETWORK_PROTOCOL *This - ) -; + ); /** Resets a network adapter and allocates the transmit and receive buffers @@ -233,8 +231,7 @@ EFI_STATUS IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN UINTN ExtraRxBufferSize OPTIONAL, IN UINTN ExtraTxBufferSize OPTIONAL - ) -; + ); /** Resets a network adapter and re-initializes it with the parameters that were @@ -257,8 +254,7 @@ EFI_STATUS (EFIAPI *EFI_SIMPLE_NETWORK_RESET)( IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** Resets a network adapter and leaves it in a state that is safe for @@ -277,8 +273,7 @@ typedef EFI_STATUS (EFIAPI *EFI_SIMPLE_NETWORK_SHUTDOWN)( IN EFI_SIMPLE_NETWORK_PROTOCOL *This - ) -; + ); /** Manages the multicast receive filters of a network interface. @@ -313,8 +308,7 @@ EFI_STATUS IN BOOLEAN ResetMCastFilter, IN UINTN MCastFilterCnt OPTIONAL, IN EFI_MAC_ADDRESS *MCastFilter OPTIONAL - ) -; + ); /** Modifies or resets the current station address, if supported. @@ -337,8 +331,7 @@ EFI_STATUS IN EFI_SIMPLE_NETWORK_PROTOCOL *This, IN BOOLEAN Reset, IN EFI_MAC_ADDRESS *New OPTIONAL - ) -; + ); /** Resets or collects the statistics on a network interface. @@ -368,8 +361,7 @@ EFI_STATUS IN BOOLEAN Reset, IN OUT UINTN *StatisticsSize OPTIONAL, OUT EFI_NETWORK_STATISTICS *StatisticsTable OPTIONAL - ) -; + ); /** Converts a multicast IP address to a multicast HW MAC address. @@ -399,8 +391,7 @@ EFI_STATUS IN BOOLEAN IPv6, IN EFI_IP_ADDRESS *IP, OUT EFI_MAC_ADDRESS *MAC - ) -; + ); /** Performs read and write operations on the NVRAM device attached to a @@ -430,8 +421,7 @@ EFI_STATUS IN UINTN Offset, IN UINTN BufferSize, IN OUT VOID *Buffer - ) -; + ); /** Reads the current interrupt status and recycled transmit buffer status from @@ -464,8 +454,7 @@ EFI_STATUS IN EFI_SIMPLE_NETWORK_PROTOCOL *This, OUT UINT32 *InterruptStatus OPTIONAL, OUT VOID **TxBuf OPTIONAL - ) -; + ); /** Places a packet in the transmit queue of a network interface. @@ -510,8 +499,7 @@ EFI_STATUS IN EFI_MAC_ADDRESS *SrcAddr OPTIONAL, IN EFI_MAC_ADDRESS *DestAddr OPTIONAL, IN UINT16 *Protocol OPTIONAL - ) -; + ); /** Receives a packet from a network interface. @@ -555,8 +543,7 @@ EFI_STATUS OUT EFI_MAC_ADDRESS *SrcAddr OPTIONAL, OUT EFI_MAC_ADDRESS *DestAddr OPTIONAL, OUT UINT16 *Protocol OPTIONAL - ) -; + ); #define EFI_SIMPLE_NETWORK_PROTOCOL_REVISION 0x00010000 diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h index d7d5887..3090507 100644 --- a/MdePkg/Include/Protocol/SimpleTextIn.h +++ b/MdePkg/Include/Protocol/SimpleTextIn.h @@ -96,8 +96,7 @@ EFI_STATUS (EFIAPI *EFI_INPUT_RESET)( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** Reads the next keystroke from the input device. The WaitForKey Event can @@ -117,8 +116,7 @@ EFI_STATUS (EFIAPI *EFI_INPUT_READ_KEY)( IN EFI_SIMPLE_TEXT_INPUT_PROTOCOL *This, OUT EFI_INPUT_KEY *Key - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h index 6a00cfd..607d060 100644 --- a/MdePkg/Include/Protocol/SimpleTextOut.h +++ b/MdePkg/Include/Protocol/SimpleTextOut.h @@ -164,8 +164,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_RESET)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** Write a Unicode string to the output device. @@ -190,8 +189,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_STRING)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *String - ) -; + ); /** Verifies that all characters in a Unicode string can be output to the @@ -212,8 +210,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_TEST_STRING)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN CHAR16 *String - ) -; + ); /** Returns information for an available text mode that the output device(s) @@ -238,8 +235,7 @@ EFI_STATUS IN UINTN ModeNumber, OUT UINTN *Columns, OUT UINTN *Rows - ) -; + ); /** Sets the output device(s) to a specified mode. @@ -257,8 +253,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_SET_MODE)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN ModeNumber - ) -; + ); /** Sets the background and foreground colors for the OutputString () and @@ -279,8 +274,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_SET_ATTRIBUTE)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Attribute - ) -; + ); /** Clears the output device(s) display to the currently selected background @@ -297,8 +291,7 @@ typedef EFI_STATUS (EFIAPI *EFI_TEXT_CLEAR_SCREEN)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This - ) -; + ); /** Sets the current coordinates of the cursor position @@ -323,8 +316,7 @@ EFI_STATUS IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN UINTN Column, IN UINTN Row - ) -; + ); /** Makes the cursor visible or invisible @@ -345,8 +337,7 @@ EFI_STATUS (EFIAPI *EFI_TEXT_ENABLE_CURSOR)( IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *This, IN BOOLEAN Visible - ) -; + ); /** @par Data Structure Description: diff --git a/MdePkg/Include/Protocol/TapeIo.h b/MdePkg/Include/Protocol/TapeIo.h index a0d07661..8f4b869 100644 --- a/MdePkg/Include/Protocol/TapeIo.h +++ b/MdePkg/Include/Protocol/TapeIo.h @@ -76,8 +76,7 @@ EFI_STATUS IN EFI_TAPE_IO_PROTOCOL *This, IN OUT UINTN *BufferSize, OUT VOID *Buffer - ) -; + ); /** Writes to the tape. @@ -113,8 +112,7 @@ EFI_STATUS IN EFI_TAPE_IO_PROTOCOL *This, IN UINTN *BufferSize, IN VOID *Buffer - ) -; + ); /** @@ -135,8 +133,7 @@ typedef EFI_STATUS (EFIAPI *EFI_TAPE_REWIND)( IN EFI_TAPE_IO_PROTOCOL *This - ) -; + ); /** @@ -166,8 +163,7 @@ EFI_STATUS IN EFI_TAPE_IO_PROTOCOL *This, INTN Direction, UINTN Type - ) -; + ); /** @@ -193,8 +189,7 @@ EFI_STATUS (EFIAPI *EFI_TAPE_WRITEFM)( IN EFI_TAPE_IO_PROTOCOL *This, IN UINTN Count - ) -; + ); /** @@ -217,8 +212,7 @@ EFI_STATUS (EFIAPI *EFI_TAPE_RESET)( IN EFI_TAPE_IO_PROTOCOL *This, IN BOOLEAN ExtendedVerification - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Tcp4.h b/MdePkg/Include/Protocol/Tcp4.h index 01f27fc..fe37899 100644 --- a/MdePkg/Include/Protocol/Tcp4.h +++ b/MdePkg/Include/Protocol/Tcp4.h @@ -185,8 +185,7 @@ EFI_STATUS OUT EFI_IP4_MODE_DATA *Ip4ModeData OPTIONAL, OUT EFI_MANAGED_NETWORK_CONFIG_DATA *MnpConfigData OPTIONAL, OUT EFI_SIMPLE_NETWORK_MODE *SnpModeData OPTIONAL - ) -; + ); /** Initialize or brutally reset the operational parameters for this EFI TCPv4 instance. @@ -213,8 +212,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_CONFIGURE)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_CONFIG_DATA *TcpConfigData OPTIONAL - ) -; + ); /** @@ -258,8 +256,7 @@ EFI_STATUS IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress - ) -; + ); /** Initiate a nonblocking TCP connection request for an active TCP instance. @@ -288,8 +285,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_CONNECT)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_CONNECTION_TOKEN *ConnectionToken - ) -; + ); /** @@ -318,8 +314,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_ACCEPT)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_LISTEN_TOKEN *ListenToken - ) -; + ); /** Queues outgoing data into the transmit queue. @@ -357,8 +352,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_TRANSMIT)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_IO_TOKEN *Token - ) -; + ); /** @@ -401,8 +395,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_RECEIVE)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_IO_TOKEN *Token - ) -; + ); /** Disconnecting a TCP connection gracefully or reset a TCP connection. This function is a @@ -432,8 +425,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_CLOSE)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_CLOSE_TOKEN *CloseToken - ) -; + ); /** Abort an asynchronous connection, listen, transmission or receive request. @@ -461,8 +453,7 @@ EFI_STATUS (EFIAPI *EFI_TCP4_CANCEL)( IN EFI_TCP4_PROTOCOL *This, IN EFI_TCP4_COMPLETION_TOKEN *Token OPTIONAL - ) -; + ); /** @@ -482,8 +473,7 @@ typedef EFI_STATUS (EFIAPI *EFI_TCP4_POLL)( IN EFI_TCP4_PROTOCOL *This - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Udp4.h b/MdePkg/Include/Protocol/Udp4.h index bc95bc7..8e2511f 100644 --- a/MdePkg/Include/Protocol/Udp4.h +++ b/MdePkg/Include/Protocol/Udp4.h @@ -145,8 +145,7 @@ EFI_STATUS OUT EFI_IP4_MODE_DATA *Ip4ModeData OPTIONAL, OUT EFI_MANAGED_NETWORK_CONFIG_DATA *MnpConfigData OPTIONAL, OUT EFI_SIMPLE_NETWORK_MODE *SnpModeData OPTIONAL - ) -; + ); /** @@ -176,8 +175,7 @@ EFI_STATUS (EFIAPI *EFI_UDP4_CONFIGURE)( IN EFI_UDP4_PROTOCOL *This, IN EFI_UDP4_CONFIG_DATA *UdpConfigData OPTIONAL - ) -; + ); /** Joins and leaves multicast groups. @@ -210,8 +208,7 @@ EFI_STATUS IN EFI_UDP4_PROTOCOL *This, IN BOOLEAN JoinFlag, IN EFI_IPv4_ADDRESS *MulticastAddress OPTIONAL - ) -; + ); /** Adds and deletes routing table entries. @@ -241,8 +238,7 @@ EFI_STATUS IN EFI_IPv4_ADDRESS *SubnetAddress, IN EFI_IPv4_ADDRESS *SubnetMask, IN EFI_IPv4_ADDRESS *GatewayAddress - ) -; + ); /** Polls for incoming data packets and processes outgoing data packets. @@ -259,8 +255,7 @@ typedef EFI_STATUS (EFIAPI *EFI_UDP4_POLL)( IN EFI_UDP4_PROTOCOL *This - ) -; + ); /** Places an asynchronous receive request into the receiving queue. @@ -287,8 +282,7 @@ EFI_STATUS (EFIAPI *EFI_UDP4_RECEIVE)( IN EFI_UDP4_PROTOCOL *This, IN EFI_UDP4_COMPLETION_TOKEN *Token - ) -; + ); /** Queues outgoing data packets into the transmit queue. @@ -318,8 +312,7 @@ EFI_STATUS (EFIAPI *EFI_UDP4_TRANSMIT)( IN EFI_UDP4_PROTOCOL *This, IN EFI_UDP4_COMPLETION_TOKEN *Token - ) -; + ); /** Aborts an asynchronous transmit or receive request. @@ -347,8 +340,7 @@ EFI_STATUS (EFIAPI *EFI_UDP4_CANCEL)( IN EFI_UDP4_PROTOCOL *This, IN EFI_UDP4_COMPLETION_TOKEN *Token OPTIONAL - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h index 8b12ca3..62e77ba 100644 --- a/MdePkg/Include/Protocol/UgaDraw.h +++ b/MdePkg/Include/Protocol/UgaDraw.h @@ -49,8 +49,7 @@ EFI_STATUS OUT UINT32 *VerticalResolution, OUT UINT32 *ColorDepth, OUT UINT32 *RefreshRate - ) -; + ); /** Set the current video mode information. @@ -73,8 +72,7 @@ EFI_STATUS IN UINT32 VerticalResolution, IN UINT32 ColorDepth, IN UINT32 RefreshRate - ) -; + ); typedef struct { UINT8 Blue; diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h index 4ca50d5..696e587 100644 --- a/MdePkg/Include/Protocol/UnicodeCollation.h +++ b/MdePkg/Include/Protocol/UnicodeCollation.h @@ -67,8 +67,7 @@ INTN IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN CHAR16 *Str1, IN CHAR16 *Str2 - ) -; + ); /** Performs a case-insensitive comparison of a Null-terminated Unicode @@ -88,8 +87,7 @@ BOOLEAN IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN CHAR16 *String, IN CHAR16 *Pattern - ) -; + ); /** Converts all the Unicode characters in a Null-terminated Unicode string to @@ -104,8 +102,7 @@ VOID (EFIAPI *EFI_UNICODE_COLLATION_STRLWR)( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN OUT CHAR16 *Str - ) -; + ); /** Converts all the Unicode characters in a Null-terminated Unicode string to upper @@ -120,8 +117,7 @@ VOID (EFIAPI *EFI_UNICODE_COLLATION_STRUPR)( IN EFI_UNICODE_COLLATION_PROTOCOL *This, IN OUT CHAR16 *Str - ) -; + ); /** Converts an 8.3 FAT file name in an OEM character set to a Null-terminated @@ -142,8 +138,7 @@ VOID IN UINTN FatSize, IN CHAR8 *Fat, OUT CHAR16 *String - ) -; + ); /** Converts a Null-terminated Unicode string to legal characters in a FAT @@ -167,8 +162,7 @@ BOOLEAN IN CHAR16 *String, IN UINTN FatSize, OUT CHAR8 *Fat - ) -; + ); /** @par Protocol Description: diff --git a/MdePkg/Include/Protocol/Usb2HostController.h b/MdePkg/Include/Protocol/Usb2HostController.h index 54f6753..ec2415d 100644 --- a/MdePkg/Include/Protocol/Usb2HostController.h +++ b/MdePkg/Include/Protocol/Usb2HostController.h @@ -109,8 +109,7 @@ EFI_STATUS OUT UINT8 *MaxSpeed, OUT UINT8 *PortNumber, OUT UINT8 *Is64BitCapable - ) -; + ); #define EFI_USB_HC_RESET_GLOBAL 0x0001 #define EFI_USB_HC_RESET_HOST_CONTROLLER 0x0002 @@ -139,8 +138,7 @@ EFI_STATUS (EFIAPI *EFI_USB2_HC_PROTOCOL_RESET)( IN EFI_USB2_HC_PROTOCOL *This, IN UINT16 Attributes - ) -; + ); /** @@ -200,8 +198,7 @@ EFI_STATUS (EFIAPI *EFI_USB2_HC_PROTOCOL_GET_STATE)( IN CONST EFI_USB2_HC_PROTOCOL *This, OUT EFI_USB_HC_STATE *State -) -; +); /** Sets the USB host controller to a specific state. @@ -220,8 +217,7 @@ EFI_STATUS (EFIAPI *EFI_USB2_HC_PROTOCOL_SET_STATE)( IN EFI_USB2_HC_PROTOCOL *This, IN EFI_USB_HC_STATE State - ) -; + ); /** Submits control transfer to a target USB device. @@ -266,8 +262,7 @@ EFI_STATUS IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult - ) -; + ); #define EFI_USB_MAX_BULK_BUFFER_NUM 10 @@ -315,8 +310,7 @@ EFI_STATUS IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult - ) -; + ); /** Submits an asynchronous interrupt transfer to an interrupt endpoint of a USB device. @@ -365,8 +359,7 @@ EFI_STATUS IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator OPTIONAL, IN EFI_ASYNC_USB_TRANSFER_CALLBACK CallBackFunction OPTIONAL, IN VOID *Context OPTIONAL - ) -; + ); /** Submits synchronous interrupt transfer to an interrupt endpoint of a USB device. @@ -412,8 +405,7 @@ EFI_STATUS IN UINTN TimeOut, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult - ) -; + ); #define EFI_USB_MAX_ISO_BUFFER_NUM 7 #define EFI_USB_MAX_ISO_BUFFER_NUM1 2 @@ -457,8 +449,7 @@ EFI_STATUS IN UINTN DataLength, IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, OUT UINT32 *TransferResult - ) -; + ); /** Submits nonblocking isochronous transfer to an isochronous endpoint of a USB device. @@ -502,8 +493,7 @@ EFI_STATUS IN EFI_USB2_HC_TRANSACTION_TRANSLATOR *Translator, IN EFI_ASYNC_USB_TRANSFER_CALLBACK IsochronousCallBack, IN VOID *Context OPTIONAL - ) -; + ); /** Retrieves the current status of a USB root hub port. @@ -524,8 +514,7 @@ EFI_STATUS IN CONST EFI_USB2_HC_PROTOCOL *This, IN CONST UINT8 PortNumber, OUT EFI_USB_PORT_STATUS *PortStatus - ) -; + ); /** Sets a feature for the specified root hub port. @@ -546,8 +535,7 @@ EFI_STATUS IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature - ) -; + ); /** Clears a feature for the specified root hub port. @@ -568,8 +556,7 @@ EFI_STATUS IN EFI_USB2_HC_PROTOCOL *This, IN UINT8 PortNumber, IN EFI_USB_PORT_FEATURE PortFeature - ) -; + ); /** @par Protocol Description: -- cgit v1.1