From 147208e5724d92f49f7252d0e877979ff4424173 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 21 Dec 2016 21:28:18 -0500 Subject: Add hal_ks_init_read_only_pins_only() so bootloader can use PINs. --- hal_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hal_internal.h') 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). * -- cgit v1.2.3