summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbeutil.H
blob: 7ce440f936ffe2fb1c5c3d86e159fd5b319fab93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef SBE_UTIL_H
#define SBE_UTIL_H
#include "pk.h"
#include "pk_api.h"

namespace SBE
{

enum
{
    PANIC_ASSERT = PK_APP_OFFSET_SBE + 1
};

} // namespace SBE
#endif //SBE_UTIL_H
OpenPOWER on IntegriCloud