mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
[PATCH 1_4] Merge common get_dev() routines for block devices
Each of the filesystem drivers duplicate the get_dev routine. This change merges them into a single function in part.c Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
committed by
Stefan Roese
parent
620d3c9a14
commit
735dd97b1b
@@ -48,8 +48,8 @@ typedef ulong lbaint_t;
|
||||
* Function Prototypes
|
||||
*/
|
||||
|
||||
void ide_init (void);
|
||||
ulong ide_read (int device, lbaint_t blknr, ulong blkcnt, ulong *buffer);
|
||||
ulong ide_write (int device, lbaint_t blknr, ulong blkcnt, ulong *buffer);
|
||||
void ide_init(void);
|
||||
ulong ide_read(int device, lbaint_t blknr, ulong blkcnt, ulong *buffer);
|
||||
ulong ide_write(int device, lbaint_t blknr, ulong blkcnt, ulong *buffer);
|
||||
|
||||
#endif /* _IDE_H */
|
||||
|
Reference in New Issue
Block a user