summaryrefslogtreecommitdiffstats
path: root/src/occ/dcom/dcom_service_codes.h
blob: 761e95ed55fb991e4b5bf8a6129f85ec7dc7a506 (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
65
66
67
68
69
70
71
72
73
/******************************************************************************
// @file dcom_service_codes.h
// @brief Error codes for dcom component.
*/
/******************************************************************************
 *
 *       @page ChangeLogs Change Logs
 *       @section _dcom_service_codes_h dcom_service_codes.h
 *       @verbatim
 *
 *   Flag    Def/Fea    Userid    Date        Description
 *   ------- ---------- --------  ----------  ----------------------------------
 *                      abagepa   09/19/2011  Created new file    
 *   @01                tapiar    10/09/2011  State 2 updates
 *   @02                tapiar    11/09/2011  State 3 updates
 *   @rc003             rickylie  02/03/2012  Verify & Clean Up OCC Headers & Comments
 *   @pb00E             pbavari   03/11/2012  Added correct include file
 *   @gm037  925908     milesg    05/07/2014  Redundant OCC/APSS support
 *
 *  @endverbatim
 *
 *///*************************************************************************/

#ifndef _DCOM_SERVICE_CODES_H_
#define _DCOM_SERVICE_CODES_H_

//*************************************************************************
// Includes
//*************************************************************************
#include <comp_ids.h>

//*************************************************************************
// Externs
//*************************************************************************

//*************************************************************************
// Macros
//*************************************************************************

//*************************************************************************
// Defines/Enums
//*************************************************************************
enum dcomModuleId
{
    DCOM_MID_INIT_ROLES             =  DCOM_COMP_ID | 0x00,
    DCOM_MID_TASK_RX_SLV_INBOX      =  DCOM_COMP_ID | 0x01,
    DCOM_MID_TASK_TX_SLV_INBOX      =  DCOM_COMP_ID | 0x02,
    DCOM_MID_INIT_PBAX_QUEUES       =  DCOM_COMP_ID | 0x03,
    DCOM_MID_TASK_RX_SLV_OUTBOX     =  DCOM_COMP_ID | 0x04, //@01a
    DCOM_MID_TASK_TX_SLV_OUTBOX     =  DCOM_COMP_ID | 0x05, //@01a
    DCOM_MID_SLV_OUTBOX_TX_DOORBELL =  DCOM_COMP_ID | 0x06, //@01a
    DCOM_MID_TASK_WAIT_FOR_MASTER   =  DCOM_COMP_ID | 0x07, //@01a
    DCOM_MID_ERROR_CHECK            =  DCOM_COMP_ID | 0x08, //@02a
    DCOM_MID_WAIT_FOR_MASTER        =  DCOM_COMP_ID | 0x09, //@gm037
};

//*************************************************************************
// Structures
//*************************************************************************

//*************************************************************************
// Globals
//*************************************************************************

//*************************************************************************
// Function Prototypes
//*************************************************************************

//*************************************************************************
// Functions
//*************************************************************************

#endif /* #ifndef _DCOM_SERVICE_CODES_H_ */
OpenPOWER on IntegriCloud