mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
common: Drop part.h from common header
Move this uncommon header out of the common header. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -18,6 +18,9 @@
|
||||
#ifndef __SANDBOX_FS__
|
||||
#define __SANDBOX_FS__
|
||||
|
||||
struct blk_desc;
|
||||
struct disk_partition;
|
||||
|
||||
int sandbox_fs_set_blk_dev(struct blk_desc *rbdd, struct disk_partition *info);
|
||||
|
||||
int sandbox_fs_read_at(const char *filename, loff_t pos, void *buffer,
|
||||
|
Reference in New Issue
Block a user