fs/partition: Make parse_ptable_partition to partition.h
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
eb720388ca
commit
970cbff638
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue