13 lines
385 B
C
Executable File
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
|