From 5d3d10b62b53df84c424d70eb31fa9de89cd5fc9 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Fri, 28 Nov 2025 00:12:06 +0100 Subject: [PATCH] Fix declaration. Signed-off-by: Pol Henarejos --- src/fs/otp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/otp.h b/src/fs/otp.h index a67f265..71aaabf 100644 --- a/src/fs/otp.h +++ b/src/fs/otp.h @@ -50,7 +50,7 @@ extern void init_otp_files(); extern const uint8_t *otp_key_1; extern const uint8_t *otp_key_2; -extern bool otp_is_secure_boot_enabled(); +extern bool otp_is_secure_boot_enabled(uint8_t *bootkey); extern bool otp_is_secure_boot_locked(); #endif // _OTP_H_