fs/partition: Make parse_ptable_partition to partition.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2021-10-19 11:12:04 +08:00
committed by Gustavo Henrique Nihei
parent eb720388ca
commit 970cbff638
2 changed files with 6 additions and 10 deletions
-10
View File
@@ -43,16 +43,6 @@ static int parse_partition(FAR struct partition_state_s *state,
partition_handler_t handler,
FAR void *arg);
/****************************************************************************
* Public Function Prototypes
****************************************************************************/
#ifdef CONFIG_PTABLE_PARTITION
int parse_ptable_partition(FAR struct partition_state_s *state,
partition_handler_t handler,
FAR void *arg);
#endif
/****************************************************************************
* Private Data
****************************************************************************/
+6
View File
@@ -52,6 +52,12 @@ int read_partition_block(FAR struct partition_state_s *state,
FAR void *buffer, size_t startblock,
size_t nblocks);
#ifdef CONFIG_PTABLE_PARTITION
int parse_ptable_partition(FAR struct partition_state_s *state,
partition_handler_t handler,
FAR void *arg);
#endif
#endif /* CONFIG_DISABLE_MOUNTPOINT */
#endif /* __FS_PARTITION_PARTITION_H */