]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/VlanConfig.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / VlanConfig.h
index f1b6d21ddb136342ac6677879c4d62c6f76bc3ee..a22a559cd142a81dc1824504f0f0e1010437244c 100644 (file)
@@ -12,7 +12,6 @@
 #ifndef __EFI_VLANCONFIG_PROTOCOL_H__\r
 #define __EFI_VLANCONFIG_PROTOCOL_H__\r
 \r
-\r
 #define EFI_VLAN_CONFIG_PROTOCOL_GUID \\r
   { \\r
     0x9e23d768, 0xd2f3, 0x4366, {0x9f, 0xc3, 0x3a, 0x7a, 0xba, 0x86, 0x43, 0x74 } \\r
 \r
 typedef struct _EFI_VLAN_CONFIG_PROTOCOL EFI_VLAN_CONFIG_PROTOCOL;\r
 \r
-\r
 ///\r
 /// EFI_VLAN_FIND_DATA\r
 ///\r
 typedef struct {\r
-  UINT16          VlanId;     ///< Vlan Identifier.\r
-  UINT8           Priority;   ///< Priority of this VLAN.\r
+  UINT16    VlanId;           ///< Vlan Identifier.\r
+  UINT8     Priority;         ///< Priority of this VLAN.\r
 } EFI_VLAN_FIND_DATA;\r
 \r
-\r
 /**\r
   Create a VLAN device or modify the configuration parameter of an\r
   already-configured VLAN.\r
@@ -127,11 +124,11 @@ EFI_STATUS
 /// VLAN tagging implementation is IEEE802.1Q.\r
 ///\r
 struct _EFI_VLAN_CONFIG_PROTOCOL {\r
-  EFI_VLAN_CONFIG_SET              Set;\r
-  EFI_VLAN_CONFIG_FIND             Find;\r
-  EFI_VLAN_CONFIG_REMOVE           Remove;\r
+  EFI_VLAN_CONFIG_SET       Set;\r
+  EFI_VLAN_CONFIG_FIND      Find;\r
+  EFI_VLAN_CONFIG_REMOVE    Remove;\r
 };\r
 \r
-extern EFI_GUID gEfiVlanConfigProtocolGuid;\r
+extern EFI_GUID  gEfiVlanConfigProtocolGuid;\r
 \r
 #endif\r