summaryrefslogtreecommitdiffstats
path: root/src/occ_405/incl
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/incl')
-rwxr-xr-xsrc/occ_405/incl/occ_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/occ_405/incl/occ_common.h b/src/occ_405/incl/occ_common.h
index 39fb2ba..b21b244 100755
--- a/src/occ_405/incl/occ_common.h
+++ b/src/occ_405/incl/occ_common.h
@@ -331,5 +331,12 @@ extern const char G_occ_buildname[16];
int memcmp ( const void * ptr1, const void * ptr2, size_t num );
+// struct to hold error history data
+typedef struct __attribute__ ((packed))
+{
+ uint8_t error_id;
+ uint8_t error_count;
+} error_history_count_t;
+
#endif //_OCC_COMMON_H
OpenPOWER on IntegriCloud