MdePkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the MdePkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
committed by
mergify[bot]
parent
1436aea4d5
commit
2f88bd3a12
@@ -14,14 +14,13 @@
|
||||
|
||||
**/
|
||||
|
||||
|
||||
#ifndef _MM_CONTROL_PPI_H_
|
||||
#define _MM_CONTROL_PPI_H_
|
||||
|
||||
#define EFI_PEI_MM_CONTROL_PPI_GUID \
|
||||
{ 0x61c68702, 0x4d7e, 0x4f43, 0x8d, 0xef, 0xa7, 0x43, 0x5, 0xce, 0x74, 0xc5 }
|
||||
|
||||
typedef struct _EFI_PEI_MM_CONTROL_PPI EFI_PEI_MM_CONTROL_PPI;
|
||||
typedef struct _EFI_PEI_MM_CONTROL_PPI EFI_PEI_MM_CONTROL_PPI;
|
||||
|
||||
/**
|
||||
Invokes PPI activation from the PI PEI environment.
|
||||
@@ -45,9 +44,9 @@ typedef struct _EFI_PEI_MM_CONTROL_PPI EFI_PEI_MM_CONTROL_PPI;
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_MM_ACTIVATE) (
|
||||
(EFIAPI *EFI_PEI_MM_ACTIVATE)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN EFI_PEI_MM_CONTROL_PPI * This,
|
||||
IN EFI_PEI_MM_CONTROL_PPI *This,
|
||||
IN OUT INT8 *ArgumentBuffer OPTIONAL,
|
||||
IN OUT UINTN *ArgumentBufferSize OPTIONAL,
|
||||
IN BOOLEAN Periodic OPTIONAL,
|
||||
@@ -69,9 +68,9 @@ EFI_STATUS
|
||||
**/
|
||||
typedef
|
||||
EFI_STATUS
|
||||
(EFIAPI *EFI_PEI_MM_DEACTIVATE) (
|
||||
(EFIAPI *EFI_PEI_MM_DEACTIVATE)(
|
||||
IN EFI_PEI_SERVICES **PeiServices,
|
||||
IN EFI_PEI_MM_CONTROL_PPI * This,
|
||||
IN EFI_PEI_MM_CONTROL_PPI *This,
|
||||
IN BOOLEAN Periodic OPTIONAL
|
||||
);
|
||||
|
||||
@@ -81,10 +80,10 @@ EFI_STATUS
|
||||
/// generate the MMI. Also, the hardware optionally supports the periodic generation of these signals.
|
||||
///
|
||||
struct _EFI_PEI_MM_CONTROL_PPI {
|
||||
EFI_PEI_MM_ACTIVATE Trigger;
|
||||
EFI_PEI_MM_DEACTIVATE Clear;
|
||||
EFI_PEI_MM_ACTIVATE Trigger;
|
||||
EFI_PEI_MM_DEACTIVATE Clear;
|
||||
};
|
||||
|
||||
extern EFI_GUID gEfiPeiMmControlPpiGuid;
|
||||
extern EFI_GUID gEfiPeiMmControlPpiGuid;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user