aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-16 08:13:42 -0400
committerRob Austein <sra@hactrn.net>2016-09-16 08:13:42 -0400
commite99f94d6b77641fc21830e14ef0df46766573bc4 (patch)
treeb24c50f3410d23fd3f20f3bb2ace2980e1c6c21f /hal.h
parent38c4b787fa7c1f5e7fbf810cdda136621dd743b7 (diff)
Revised ks_flash. Compiles, not yet tested.
Diffstat (limited to 'hal.h')
-rw-r--r--hal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal.h b/hal.h
index 6f312af..55397a4 100644
--- a/hal.h
+++ b/hal.h
@@ -144,6 +144,7 @@
DEFINE_HAL_ERROR(HAL_ERROR_MASTERKEY_FAIL, "Master key generic failure") \
DEFINE_HAL_ERROR(HAL_ERROR_MASTERKEY_BAD_LENGTH, "Master key of unacceptable length") \
DEFINE_HAL_ERROR(HAL_ERROR_KS_DRIVER_NOT_FOUND, "Keystore driver not found") \
+ DEFINE_HAL_ERROR(HAL_ERROR_KEYSTORE_BAD_CRC, "Bad CRC in keystore") \
END_OF_HAL_ERROR_LIST
/* Marker to forestall silly line continuation errors */