mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
Rename PeiServicesLocatePpi to PeiServicesLocatePpi.
(Do not use macro function to avoid macro expansion error.) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4959 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
193f8db47b
commit
d1d1603e20
@ -23,6 +23,11 @@ Abstract:
|
|||||||
#ifndef __EDKII_GLUE_PEI_SERVICES_LIB_H__
|
#ifndef __EDKII_GLUE_PEI_SERVICES_LIB_H__
|
||||||
#define __EDKII_GLUE_PEI_SERVICES_LIB_H__
|
#define __EDKII_GLUE_PEI_SERVICES_LIB_H__
|
||||||
|
|
||||||
|
//
|
||||||
|
// To avoid macro expansion issue when the parameter list has #if #endif.
|
||||||
|
//
|
||||||
|
#define PeiServicesLocatePpi GluePeiServicesLocatePpi
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This service enables a given PEIM to register an interface into the PEI Foundation.
|
This service enables a given PEIM to register an interface into the PEI Foundation.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user