]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/FormBrowser2.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / FormBrowser2.h
index 13e29d0ccbea2a476513581c442b974a1a904c18..0220ae26bb74a090633d945ed4c609626ed07d0a 100644 (file)
@@ -5,13 +5,7 @@
   leverage the EFI configuration driver interface.\r
 \r
 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under\r
-the terms and conditions of the BSD License that accompanies this distribution.\r
-The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -108,9 +102,9 @@ EFI_STATUS
   IN CONST  EFI_FORM_BROWSER2_PROTOCOL  *This,\r
   IN        EFI_HII_HANDLE              *Handle,\r
   IN        UINTN                      HandleCount,\r
-  IN        EFI_GUID                   *FormSetGuid, OPTIONAL\r
-  IN        EFI_FORM_ID                FormId, OPTIONAL\r
-  IN CONST  EFI_SCREEN_DESCRIPTOR      *ScreenDimensions, OPTIONAL\r
+  IN        EFI_GUID                   *FormSetGuid  OPTIONAL,\r
+  IN        EFI_FORM_ID                FormId  OPTIONAL,\r
+  IN CONST  EFI_SCREEN_DESCRIPTOR      *ScreenDimensions  OPTIONAL,\r
   OUT       EFI_BROWSER_ACTION_REQUEST *ActionRequest  OPTIONAL\r
 );\r
 \r
@@ -161,7 +155,7 @@ EFI_STATUS
   IN OUT    UINTN                     *ResultsDataSize,\r
   IN OUT    EFI_STRING                ResultsData,\r
   IN CONST  BOOLEAN                   RetrieveData,\r
-  IN CONST  EFI_GUID                  *VariableGuid, OPTIONAL\r
+  IN CONST  EFI_GUID                  *VariableGuid  OPTIONAL,\r
   IN CONST  CHAR16                    *VariableName OPTIONAL\r
 );\r
 \r
@@ -177,4 +171,3 @@ struct _EFI_FORM_BROWSER2_PROTOCOL {
 extern EFI_GUID gEfiFormBrowser2ProtocolGuid;\r
 \r
 #endif\r
-\r