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, 0 insertions, 26 deletions
diff --git a/sbe/sbefw/sbeerrorcodes.H b/sbe/sbefw/sbeerrorcodes.H
deleted file mode 100644
index 29942806..00000000
--- a/sbe/sbefw/sbeerrorcodes.H
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * @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