summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbeutil.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbeutil.H')
-rw-r--r--sbe/sbefw/sbeutil.H15
1 files changed, 15 insertions, 0 deletions
diff --git a/sbe/sbefw/sbeutil.H b/sbe/sbefw/sbeutil.H
new file mode 100644
index 00000000..7ce440f9
--- /dev/null
+++ b/sbe/sbefw/sbeutil.H
@@ -0,0 +1,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