summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-02-26 16:40:57 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-03-13 09:26:19 -0500
commit436bc524c3cada8c1c5c9c64e4c173a77f195410 (patch)
treedf10a266e972b59fc6470a33ede7d7282e10d0a0 /src/include/usr/devicefw
parent19d913c39aa031f0f88828b09d581503c7cbdcf2 (diff)
downloadtalos-hostboot-436bc524c3cada8c1c5c9c64e4c173a77f195410.tar.gz
talos-hostboot-436bc524c3cada8c1c5c9c64e4c173a77f195410.zip
update user-detail errog log parsers
update errolog parsers to format the data for the following: . errludtarget . errludattribute . errludlogregister . errludcallout Change-Id: I8fddb3eefd76413e70f4e894ef19649b74682859 RTC: 41707 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3350 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/devicefw')
-rw-r--r--src/include/usr/devicefw/driverif.H8
-rw-r--r--src/include/usr/devicefw/userif.H4
2 files changed, 11 insertions, 1 deletions
diff --git a/src/include/usr/devicefw/driverif.H b/src/include/usr/devicefw/driverif.H
index f90223a54..fa33e26b1 100644
--- a/src/include/usr/devicefw/driverif.H
+++ b/src/include/usr/devicefw/driverif.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* COPYRIGHT International Business Machines Corp. 2011,2013 */
/* */
/* p1 */
/* */
@@ -30,11 +30,15 @@
#ifndef __DEVICEFW_DRIVERIF
#define __DEVICEFW_DRIVERIF
+#ifndef PARSER
+
#include <devicefw/userif.H>
#include <stdarg.h>
#include <builtins.h>
#include <targeting/common/targetservice.H>
+#endif // not PARSER
+
namespace DeviceFW
{
/** @enum AccessType_DriverOnly
@@ -74,6 +78,7 @@ namespace DeviceFW
WILDCARD = -1,
};
+#ifndef PARSER
/** Construct the device addressing parameters for FSISCOM device ops.
* @param[in] i_address - FSISCOM address to operate on.
*/
@@ -344,6 +349,7 @@ namespace DeviceFW
TARGETING::Target* i_target,
void* io_buffer, size_t& io_buflen,
AccessType_DriverOnly i_accessType, va_list i_args);
+#endif // not PARSER
};
#endif
diff --git a/src/include/usr/devicefw/userif.H b/src/include/usr/devicefw/userif.H
index 7fbad5d74..f7708568b 100644
--- a/src/include/usr/devicefw/userif.H
+++ b/src/include/usr/devicefw/userif.H
@@ -31,9 +31,11 @@
#ifndef __DEVICEFW_USERIF
#define __DEVICEFW_USERIF
+#ifndef PARSER
#include <stdint.h>
#include <errl/errlentry.H>
#include <targeting/common/targetservice.H>
+#endif // not PARSER
namespace DeviceFW
{
@@ -55,6 +57,7 @@ namespace DeviceFW
LAST_ACCESS_TYPE,
};
+#ifndef PARSER
/** Construct the device addressing parameters for SCOM device ops.
* @param[in] i_address - Scom address to operate on.
*/
@@ -193,6 +196,7 @@ namespace DeviceFW
errlHndl_t deviceWrite(TARGETING::Target* i_target,
void* i_buffer, size_t& io_buflen,
AccessType i_accessType, ...);
+#endif // not PARSER
};
OpenPOWER on IntegriCloud