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