GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) LOTUS. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __UNSPARSE__
|
||||
#define __UNSPARSE__
|
||||
|
||||
int get_unspare_header_info(const u8 *pbuf, sparse_header_t *sparse_header, char *is_sparse);
|
||||
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
|
||||
Reference in New Issue
Block a user