forked from Imagelibrary/rtems
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/diskdevs.h: Use uint32_t for ictrl req argument (16bit target compliance).
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libblock/include/rtems/ramdisk.h: size_t
|
||||
rtems_ramdisk_configuration_size.
|
||||
* libblock/include/rtems/diskdevs.h: Use uint32_t for ictrl req
|
||||
argument (16bit target compliance).
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libblock/include/rtems/ramdisk.h:
|
||||
size_t rtems_ramdisk_configuration_size.
|
||||
* libblock/src/ramdisk.c: Adaptations for 16bit target compliance.
|
||||
|
||||
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
@@ -27,7 +27,7 @@ extern "C" {
|
||||
typedef int rtems_bdpool_id;
|
||||
|
||||
/* Block device ioctl handler */
|
||||
typedef int (* block_device_ioctl) (dev_t dev, int req, void *argp);
|
||||
typedef int (* block_device_ioctl) (dev_t dev, uint32_t req, void *argp);
|
||||
|
||||
/* disk_device: Entry of this type created for every disk device (both for
|
||||
* logical and physical disks).
|
||||
|
||||
Reference in New Issue
Block a user