Fix declaration.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-11-28 00:12:06 +01:00
parent 27938f0d9b
commit 5d3d10b62b
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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_