diff options
Diffstat (limited to 'include/ide.h')
| -rw-r--r-- | include/ide.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/ide.h b/include/ide.h index 3d74ce4ca..0424d045a 100644 --- a/include/ide.h +++ b/include/ide.h @@ -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  /* |