GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)

This commit is contained in:
lai
2026-09-06 03:52:57 +08:00
commit b1928b41c0
21813 changed files with 4413081 additions and 0 deletions
+12
View File
@@ -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