From f700423c1f2426ca3c5ccb9ee4e765743424b074 Mon Sep 17 00:00:00 2001 From: Lionel Debieve Date: Mon, 16 Sep 2019 12:17:09 +0200 Subject: bsec: move bsec_mode_is_closed_device() service to platform This BSEC service is a platform specific service. Implementation moved to the platform part. Signed-off-by: Lionel Debieve Change-Id: I1f70ed48a446860498ed111acce01187568538c9 --- include/drivers/st/bsec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/drivers/st/bsec.h b/include/drivers/st/bsec.h index 2171550b..d833e7ab 100644 --- a/include/drivers/st/bsec.h +++ b/include/drivers/st/bsec.h @@ -199,7 +199,6 @@ bool bsec_read_sp_lock(uint32_t otp); bool bsec_wr_lock(uint32_t otp); uint32_t bsec_otp_lock(uint32_t service, uint32_t value); -bool bsec_mode_is_closed_device(void); uint32_t bsec_shadow_read_otp(uint32_t *otp_value, uint32_t word); uint32_t bsec_check_nsec_access_rights(uint32_t otp); -- cgit v1.2.3