summaryrefslogtreecommitdiffstats
path: root/sbe/sbefw/sbeerrorcodes.H
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/sbefw/sbeerrorcodes.H')
-rw-r--r--sbe/sbefw/sbeerrorcodes.H26
1 files changed, 26 insertions, 0 deletions
diff --git a/sbe/sbefw/sbeerrorcodes.H b/sbe/sbefw/sbeerrorcodes.H
new file mode 100644
index 00000000..29942806
--- /dev/null
+++ b/sbe/sbefw/sbeerrorcodes.H
@@ -0,0 +1,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 \ No newline at end of file
OpenPOWER on IntegriCloud