summaryrefslogtreecommitdiffstats
path: root/src/occ_405/occ_service_codes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/occ_service_codes.h')
-rw-r--r--src/occ_405/occ_service_codes.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/occ_405/occ_service_codes.h b/src/occ_405/occ_service_codes.h
index 3945e72..4c6faf4 100644
--- a/src/occ_405/occ_service_codes.h
+++ b/src/occ_405/occ_service_codes.h
@@ -122,9 +122,10 @@ enum occReasonCode
WOF_VFRT_REQ_FAILURE = 0xD8,
WOF_DISABLED_RC = 0xD9,
- INVALID_MAGIC_NUMBER = 0xDA,
- DIVIDE_BY_ZERO_ERROR = 0xDB,
- INVALID_FREQUENCY = 0xDC,
+ WOF_VFRT_ALIGNMENT_ERROR = 0xDA,
+ INVALID_MAGIC_NUMBER = 0xDB,
+ DIVIDE_BY_ZERO_ERROR = 0xDC,
+ INVALID_FREQUENCY = 0xDD,
/// Success!
OCC_SUCCESS_REASON_CODE = 0xFF,
OpenPOWER on IntegriCloud