mirror of https://github.com/acidanthera/audk.git
Update #ifndef to match the name of the include file.
Remove extra #include git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8355 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f3989f41b4
commit
17f9a8d429
|
@ -13,11 +13,8 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#ifndef __PI_LIB_H__
|
#ifndef __DXE_SERVICES_LIB_H__
|
||||||
#define __PI_LIB_H__
|
#define __DXE_SERVICES_LIB_H__
|
||||||
|
|
||||||
#include <Pi/PiFirmwareFile.h>
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Searches all the availables firmware volumes and returns the first matching FFS section.
|
Searches all the availables firmware volumes and returns the first matching FFS section.
|
||||||
|
|
Loading…
Reference in New Issue