X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FDxe%2FDxeCis.h;h=e1d794fffd86cb9e2b49d14684d0478770803458;hp=9b1d5ce966ed7e18ac67808f6353c56739b06401;hb=8ba7afaf2e9c682a5d17760e6dd5463b3a2b2d67;hpb=3ec2611d34aec117fec295ab55dbf62363a7a7a9 diff --git a/MdePkg/Include/Dxe/DxeCis.h b/MdePkg/Include/Dxe/DxeCis.h index 9b1d5ce966..e1d794fffd 100644 --- a/MdePkg/Include/Dxe/DxeCis.h +++ b/MdePkg/Include/Dxe/DxeCis.h @@ -484,6 +484,16 @@ typedef struct { } EFI_DXE_SERVICES; +// +// Function prototype for invoking a function on an Application Processor +// Used by both the SMM infrastructure and the MP Services Protocol +// +typedef +VOID +(EFIAPI *EFI_AP_PROCEDURE) ( + IN VOID *Buffer + ); + #include #include #include