From cc63c49a5197e9eedf20a15280724c02666b40ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Mi=C5=A1i=C4=87?= Date: Fri, 10 Dec 2021 12:18:40 +0100 Subject: [PATCH] px4_manifest: add function declaration for get base EEPROM mtd --- .../include/px4_platform_common/px4_manifest.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/platforms/common/include/px4_platform_common/px4_manifest.h b/platforms/common/include/px4_platform_common/px4_manifest.h index 4b93b0961a..bdb6ad1984 100644 --- a/platforms/common/include/px4_platform_common/px4_manifest.h +++ b/platforms/common/include/px4_platform_common/px4_manifest.h @@ -88,6 +88,19 @@ __BEGIN_DECLS __EXPORT const px4_mft_s *board_get_manifest(void); +/************************************************************************************ + * Name: board_get_base_eeprom_mtd_manifest + * + * Description: + * A board will provide this function to return the mtd with eeprom manifest + * + * Returned Value: + * pointer to mtd manifest + * + ************************************************************************************/ + +__EXPORT const px4_mtd_manifest_t *board_get_base_eeprom_mtd_manifest(void); + /************************************************************************************ * Name: px4_mft_configure *