mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
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
2 changed files with 6 additions and 10 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue