summaryrefslogtreecommitdiffstats
path: root/src/occ/cent/centaur_data_service_codes.h
blob: 2634efb451473378c9bef6547da62a9553350ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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