summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbeerrorcodes.H
blob: 2994280645fe1d50a06df03d853bc2f6a1f52d72 (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
/*
 * @file: ppe/sbe/sbefw/sbeerrorcodes.H
 *
 * @brief This file contains the SBE internal error status codes
 *
 */

#ifndef __SBEFW_SBEERRORCODES_H
#define __SBEFW_SBEERRORCODES_H

#include <stdint.h>


/**
 * @brief enums SBE internal error codes
 *
*/
enum sbeInternalResponseCodes
{
    SBE_FIFO_RESET_RECEIVED  = 0xFA00,
    SBE_FIFO_RESET_HANDLING_FAILED = 0xFB00,
    SBE_FUNC_NOT_SUPPORTED   = 0xFC00,
};


#endif // __SBEFW_SBEERRORCODES_H
OpenPOWER on IntegriCloud