gk7205v200-uboot/fs/ext4/unsparse.h
2025-08-07 17:13:54 +08:00

13 lines
385 B
C
Executable File

/*
* Copyright (c) Hunan Goke,Chengdu Goke,Shandong Goke. 2021. All rights reserved.
*/
#ifndef __UNSPARSE__
#define __UNSPARSE__
int get_unspare_header_info(const u8 *pbuf,sparse_header_t *sparse_header);
void print_chunk_info(chunk_header_t *chunk);
int ext4_unsparse(struct mmc *mmc, u32 dev, u8 *pbuf,u32 blk, u32 cnt);
void print_header_info(sparse_header_t *header);
#endif