mirror of https://github.com/acidanthera/audk.git
added PAL_SUCCESS
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3210 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8500e48447
commit
f4acdaec83
|
@ -18,6 +18,8 @@
|
|||
#ifndef __PAL_CALL_LIB_H__
|
||||
#define __PAL_CALL_LIB_H__
|
||||
|
||||
#define PAL_SUCCESS 0x0
|
||||
|
||||
//
|
||||
// CacheType of PAL_CACHE_FLUSH.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue