mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
cmd_reiser: use common get_device_and_partition function
Convert reiserload and reiserls to use common device and partition parsing function. With the common function "dev:part" can come from the environment and a '-' can be used in that case. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
@@ -75,7 +75,7 @@ typedef enum
|
||||
} reiserfs_error_t;
|
||||
|
||||
|
||||
extern int reiserfs_set_blk_dev(block_dev_desc_t *rbdd, int part);
|
||||
extern void reiserfs_set_blk_dev(block_dev_desc_t *rbdd, disk_partition_t *info);
|
||||
extern int reiserfs_ls (char *dirname);
|
||||
extern int reiserfs_open (char *filename);
|
||||
extern int reiserfs_read (char *buf, unsigned len);
|
||||
|
Reference in New Issue
Block a user