summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-17 08:38:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-17 08:38:59 +0000
commite0820e07cde4157b953b2e875175420af9bc0295 (patch)
treeb6f962f922e913b52fe5eb8b13ebf1f964515611 /cpukit/libblock
parent2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e0820e07cde4157b953b2e875175420af9bc0295.tar.bz2
2005-02-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* libblock/include/rtems/diskdevs.h: Use uint32_t for ictrl req argument (16bit target compliance).
Diffstat (limited to 'cpukit/libblock')
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 249e8ad6c2..eff763f9e0 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -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).