From 7344f3b265fe12da99ad0a032e558e7cc7fe1cb2 Mon Sep 17 00:00:00 2001 From: Adam Muhle Date: Thu, 13 Oct 2011 14:44:55 -0500 Subject: 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 Tested-by: Jenkins Server --- src/usr/scom/scom.H | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/usr/scom/scom.H') 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 + /** @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 -- cgit v1.2.1