summaryrefslogtreecommitdiffstats
path: root/src/usr/scom/scom.H
diff options
context:
space:
mode:
authorAdam Muhle <armuhle@us.ibm.com>2011-10-13 14:44:55 -0500
committerADAM R. MUHLE <armuhle@us.ibm.com>2011-10-25 15:17:19 -0500
commit7344f3b265fe12da99ad0a032e558e7cc7fe1cb2 (patch)
treeff7bd2d0d9ac139e63a0f8bda778e3dac1b290f8 /src/usr/scom/scom.H
parent0ad20184aec21ef0560a9eee7e7c26a36ace07e1 (diff)
downloadtalos-hostboot-7344f3b265fe12da99ad0a032e558e7cc7fe1cb2.tar.gz
talos-hostboot-7344f3b265fe12da99ad0a032e558e7cc7fe1cb2.zip
Base FSISCOM Support and test Cases. (Story 3880)
Change-Id: Ia65187cd475da725250a17cec59b1aa6ff805f84 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/453 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/scom/scom.H')
-rw-r--r--src/usr/scom/scom.H6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/scom/scom.H b/src/usr/scom/scom.H
index ba04cb9d4..d91eb41ee 100644
--- a/src/usr/scom/scom.H
+++ b/src/usr/scom/scom.H
@@ -23,6 +23,8 @@
#ifndef __SCOM_H
#define __SCOM_H
+#include <devicefw/driverif.H>
+
/** @file scom.H
* @brief Provides the interfaces to perform a SCom
*/
@@ -30,6 +32,7 @@
namespace SCOM
{
+
/**
* @brief Performs an SCom operation
* This function performs an SCom Read/Write operation. It follows a
@@ -58,6 +61,9 @@ errlHndl_t scomPerformOp(DeviceFW::OperationType i_opType,
size_t& io_buflen,
int64_t i_accessType,
va_list i_args);
+
+
+
}; // End namespace
#endif
OpenPOWER on IntegriCloud