diff options
Diffstat (limited to 'hal_internal.h')
-rw-r--r-- | hal_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hal_internal.h b/hal_internal.h index 9aa360b..a8f88e2 100644 --- a/hal_internal.h +++ b/hal_internal.h @@ -356,6 +356,8 @@ extern hal_error_t hal_get_pin(const hal_user_t user, extern hal_error_t hal_set_pin(const hal_user_t user, const hal_ks_pin_t * const pin); +extern void hal_ks_init_read_only_pins_only(void); + /* * Master key memory (MKM) and key-encryption-key (KEK). * |