summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/hwp/occ/occ.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/hwpf/hwp/occ/occ.H')
-rw-r--r--src/include/usr/hwpf/hwp/occ/occ.H27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/include/usr/hwpf/hwp/occ/occ.H b/src/include/usr/hwpf/hwp/occ/occ.H
index 3d1de46e0..f80c6411a 100644
--- a/src/include/usr/hwpf/hwp/occ/occ.H
+++ b/src/include/usr/hwpf/hwp/occ/occ.H
@@ -1,11 +1,11 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: src/include/usr/hwpf/hwp/occ.H $ */
+/* $Source: src/include/usr/hwpf/hwp/occ/occ.H $ */
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -23,8 +23,30 @@
#ifndef OCC_H_
#define OCC_H_
+#include <limits.h>
+#include <errl/errlentry.H>
+
namespace HBOCC {
+ struct occHostConfigDataArea_t
+ {
+ uint32_t version;
+ uint32_t nestFrequency;
+ };
+
+ enum
+ {
+ OccHostDataVersion = 1,
+ OCC_LIDID = 0x81e00430,
+ OCC_IBSCOM_RANGE_IN_MB = MEGABYTE,
+ };
+
+ enum occAction_t
+ {
+ OCC_START,
+ OCC_STOP,
+ };
+
/**
* @brief Starts OCCs on all Processors in the node
* This is intended to be used for AVP testing.
@@ -33,7 +55,6 @@ namespace HBOCC {
*/
errlHndl_t loadnStartAllOccs();
-
} //end OCC namespace
#endif
OpenPOWER on IntegriCloud