summaryrefslogtreecommitdiffstats
path: root/src/include/usr/devicefw/userif.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/devicefw/userif.H')
-rw-r--r--src/include/usr/devicefw/userif.H4
1 files changed, 4 insertions, 0 deletions
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