]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Eap.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Eap.h
index 203d0f40b0dd9e3b6d0a0aa739fab0f034e65cd3..37b94b55c998382a4b9a271912e5b28936c8c4ca 100644 (file)
@@ -16,7 +16,6 @@
 #ifndef __EFI_EAP_PROTOCOL_H__\r
 #define __EFI_EAP_PROTOCOL_H__\r
 \r
-\r
 #define EFI_EAP_PROTOCOL_GUID \\r
   { \\r
     0x5d9f96db, 0xe731, 0x4caa, {0xa0, 0xd, 0x72, 0xe1, 0x87, 0xcd, 0x77, 0x62 } \\r
@@ -28,21 +27,21 @@ typedef struct _EFI_EAP_PROTOCOL EFI_EAP_PROTOCOL;
 /// Type for the identification number assigned to the Port by the\r
 /// System in which the Port resides.\r
 ///\r
-typedef VOID *  EFI_PORT_HANDLE;\r
+typedef VOID *EFI_PORT_HANDLE;\r
 \r
 ///\r
 /// EAP Authentication Method Type (RFC 3748)\r
 ///@{\r
-#define EFI_EAP_TYPE_TLS 13 ///< REQUIRED - RFC 5216\r
+#define EFI_EAP_TYPE_TLS  13///< REQUIRED - RFC 5216\r
 ///@}\r
 \r
 //\r
 // EAP_TYPE MD5, OTP and TOEKN_CARD has been removed from UEFI2.3.1B.\r
 // Definitions are kept for backward compatibility.\r
 //\r
-#define EFI_EAP_TYPE_MD5                4\r
-#define EFI_EAP_TYPE_OTP                5\r
-#define EFI_EAP_TYPE_TOKEN_CARD         6\r
+#define EFI_EAP_TYPE_MD5         4\r
+#define EFI_EAP_TYPE_OTP         5\r
+#define EFI_EAP_TYPE_TOKEN_CARD  6\r
 \r
 /**\r
   One user provided EAP authentication method.\r
@@ -146,11 +145,10 @@ EFI_STATUS
 /// Port means a NIC. For the details of EAP protocol, please refer to RFC 2284.\r
 ///\r
 struct _EFI_EAP_PROTOCOL {\r
-  EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD   SetDesiredAuthMethod;\r
-  EFI_EAP_REGISTER_AUTHENTICATION_METHOD      RegisterAuthMethod;\r
+  EFI_EAP_SET_DESIRED_AUTHENTICATION_METHOD    SetDesiredAuthMethod;\r
+  EFI_EAP_REGISTER_AUTHENTICATION_METHOD       RegisterAuthMethod;\r
 };\r
 \r
-extern EFI_GUID gEfiEapProtocolGuid;\r
+extern EFI_GUID  gEfiEapProtocolGuid;\r
 \r
 #endif\r
-\r