summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/plat/fapiPlatReasonCodes.H
blob: a2305f8f445dfe2119fadbbec0e2bc0b574fc819 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef FAPIPLATREASONCODES_H_
#define FAPIPLATREASONCODES_H_

#include <hbotcompid.H>

namespace fapi
{
    enum hwpfModuleId
    {
        MOD_RC_TO_ERRL  = 0x01,
    };

    enum hwpfReasonCode
    {
        RC_HWP_ERROR  = HWPF_COMP_ID | 0x01,
        RC_FAPI_ERROR = HWPF_COMP_ID | 0x02,
    };
};

#endif
OpenPOWER on IntegriCloud