px4_manifest: add function declaration for get base EEPROM mtd

This commit is contained in:
Igor Mišić 2021-12-10 12:18:40 +01:00 committed by Beat Küng
parent 3463b725a5
commit cc63c49a51
1 changed files with 13 additions and 0 deletions

View File

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