summaryrefslogtreecommitdiffstats
path: root/src/occ/cent/centaur_data_service_codes.h
diff options
context:
space:
mode:
authorStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:09:37 -0600
committerStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:22:32 -0600
commit9976c207cdb20871880bd2f4cf123cf4cb6a8b0f (patch)
tree1cf9ed8f23085e6fe3e0e6046fc30dcb7e02ccf2 /src/occ/cent/centaur_data_service_codes.h
parent2f8ce357b89d361b5091d88aea91416011b73ccb (diff)
downloadtalos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.tar.gz
talos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.zip
Added remaining occ files.
Change-Id: I91a748d3dcf3161a6a3eedcb376fcaf1e4dfe655
Diffstat (limited to 'src/occ/cent/centaur_data_service_codes.h')
-rwxr-xr-xsrc/occ/cent/centaur_data_service_codes.h64
1 files changed, 64 insertions, 0 deletions
diff --git a/src/occ/cent/centaur_data_service_codes.h b/src/occ/cent/centaur_data_service_codes.h
new file mode 100755
index 0000000..2634efb
--- /dev/null
+++ b/src/occ/cent/centaur_data_service_codes.h
@@ -0,0 +1,64 @@
+/******************************************************************************
+// @file centaur_data_service_codes.h
+// @brief Error codes for cent component.
+*/
+/******************************************************************************
+ *
+ * @page ChangeLogs Change Logs
+ * @section _centaur_data_service_codes_h centaur_data_service_codes.h
+ * @verbatim
+ *
+ * Flag Def/Fea Userid Date Description
+ * ------- ---------- -------- ---------- ----------------------------------
+ * @th00c thallet 03/14/2012 Created
+ * @th031 878471 thallet 04/15/2013 Centaur Throttles
+ * @gm015 907601 milesg 12/06/2013 L4 Bank Delete circumvention and centaur i2c recovery
+ *
+ * @endverbatim
+ *
+ *///*************************************************************************/
+
+#ifndef _CENTAUR_DATA_SERVICE_CODES_H_
+#define _CENTAUR_DATA_SERVICE_CODES_H_
+
+//*************************************************************************
+// Includes
+//*************************************************************************
+#include <comp_ids.h>
+
+//*************************************************************************
+// Externs
+//*************************************************************************
+
+//*************************************************************************
+// Macros
+//*************************************************************************
+
+//*************************************************************************
+// Defines/Enums
+//*************************************************************************
+enum centModuleId
+{
+ CENT_TASK_DATA_MOD = CENT_COMP_ID | 0x00,
+ CENTAUR_INIT_MOD = CENT_COMP_ID | 0x01,
+ CENT_TASK_CONTROL_MOD = CENT_COMP_ID | 0x02,
+ CENT_RECOVERY_MOD = CENT_COMP_ID | 0x03,
+};
+
+//*************************************************************************
+// Structures
+//*************************************************************************
+
+//*************************************************************************
+// Globals
+//*************************************************************************
+
+//*************************************************************************
+// Function Prototypes
+//*************************************************************************
+
+//*************************************************************************
+// Functions
+//*************************************************************************
+
+#endif /* #ifndef _CENTAUR_DATA_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud