diff options
| author | Venkatesh Sainath <vsainath@in.ibm.com> | 2018-06-06 09:53:43 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-11-15 10:52:51 -0600 |
| commit | 73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3 (patch) | |
| tree | 4f198743adf5a35cb176c10b0ae5950aad7db94b /src/usr/errl/plugins/errludparser.H | |
| parent | 208f80eb821cc1226bbcd76b0ba108754c2a091e (diff) | |
| download | blackbird-hostboot-73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3.tar.gz blackbird-hostboot-73cad1f1ae2a9f7b4876f61c5db85c35bbd08db3.zip | |
Pushing HB plugins and related files for building errltool
Change-Id: I91d432a901fb4ee6de469ca8076637eaa2e1315d
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/60027
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sampa Misra <sampmisr@in.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins/errludparser.H')
| -rwxr-xr-x | src/usr/errl/plugins/errludparser.H | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/errl/plugins/errludparser.H b/src/usr/errl/plugins/errludparser.H index 7b44109bc..ddaadade7 100755 --- a/src/usr/errl/plugins/errludparser.H +++ b/src/usr/errl/plugins/errludparser.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2018 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -33,6 +35,7 @@ #include <netinet/in.h> +#ifndef LOGPARSER /** * @brief Endian swap a uint64_t. This is not provided by in.h */ @@ -57,6 +60,7 @@ inline uint64_t ntohll( uint64_t i ) #else #error Unexpected endian context. #endif +#endif // FSP includes #include <errlplugins.H> |

