diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2013-05-29 12:41:40 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-07-10 16:22:56 -0500 |
| commit | 3837a7143776c6ea55fcda737e3425860c75a28c (patch) | |
| tree | beb0237c0d0853724a05ab77adb062915a89c82a /src/include/usr/hwpf/fapi/fapiUtil.H | |
| parent | b035c67e8f54336b31b5586f6f92ca7aba0fa130 (diff) | |
| download | blackbird-hostboot-3837a7143776c6ea55fcda737e3425860c75a28c.tar.gz blackbird-hostboot-3837a7143776c6ea55fcda737e3425860c75a28c.zip | |
FAPI updates from HostServices
Change-Id: I0d8f0fb43ead61a8a37f7f9ca7be12efec09e144
RTC: 52953
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4738
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/fapi/fapiUtil.H')
| -rw-r--r-- | src/include/usr/hwpf/fapi/fapiUtil.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/usr/hwpf/fapi/fapiUtil.H b/src/include/usr/hwpf/fapi/fapiUtil.H index 6b5a9e3fb..fa7728271 100644 --- a/src/include/usr/hwpf/fapi/fapiUtil.H +++ b/src/include/usr/hwpf/fapi/fapiUtil.H @@ -5,7 +5,7 @@ /* */ /* IBM CONFIDENTIAL */ /* */ -/* COPYRIGHT International Business Machines Corp. 2011,2012 */ +/* COPYRIGHT International Business Machines Corp. 2011,2013 */ /* */ /* p1 */ /* */ @@ -70,6 +70,10 @@ #define FAPI_HTOBE64(x) FAPI_PLAT_HTOBE64(x) #define FAPI_HTOLE64(x) FAPI_PLAT_HTOLE64(x) +// Defines for platform-specific memory allocation +#define fapiMalloc(s) fapiPlatMalloc(s) +#define fapiFree(p) fapiPlatFree(p) + // It is an eCMD requirement that these functions have a "C" symbol // because they may be used from a dynamically linked shared library extern "C" |

