mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Merge branch 'master' of git://git.denx.de/u-boot-nds32
This commit is contained in:
commit
aaf5e82560
25 changed files with 384 additions and 43 deletions
|
@ -60,7 +60,7 @@ int ide_device_present(int dev);
|
|||
unsigned char ide_read_register(int dev, unsigned int port);
|
||||
void ide_write_register(int dev, unsigned int port, unsigned char val);
|
||||
void ide_read_data(int dev, ulong *sect_buf, int words);
|
||||
void ide_write_data(int dev, ulong *sect_buf, int words);
|
||||
void ide_write_data(int dev, const ulong *sect_buf, int words);
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue