]> git.sur5r.net Git - u-boot/blobdiff - doc/driver-model/UDM-block.txt
Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / doc / driver-model / UDM-block.txt
index 5d5c7760176742989858fdec6b1cbf2f0f461e79..b42ec69c941df96f62b0f450436f1da97286d560 100644 (file)
@@ -93,7 +93,7 @@ I) Overview
       uchar 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);
 
     The first two functions are called from ide_inb()/ide_outb(), and will
     default to direct memory access if CONFIG_IDE_AHB is not set, or