summaryrefslogtreecommitdiffstats
path: root/src/occ/cent/centaur_data_service_codes.h
diff options
context:
space:
mode:
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