aboutsummaryrefslogtreecommitdiff
path: root/hal.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-16 15:29:18 -0400
committerRob Austein <sra@hactrn.net>2016-09-16 15:29:18 -0400
commit95b79e109be2c7d85ed965e5dcf190420ae7be19 (patch)
tree593733b41fd5c2ffbdd48319af65aa8a8a3e469a /hal.h
parente99f94d6b77641fc21830e14ef0df46766573bc4 (diff)
Debug new ks_flash code.
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 55397a4..4e69981 100644
--- a/hal.h
+++ b/hal.h
@@ -145,6 +145,7 @@
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") \
+ DEFINE_HAL_ERROR(HAL_ERROR_KEYSTORE_BAD_BLOCK_TYPE, "Unsupported keystore block type") \
END_OF_HAL_ERROR_LIST
/* Marker to forestall silly line continuation errors */