From e0820e07cde4157b953b2e875175420af9bc0295 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 17 Feb 2005 08:38:59 +0000 Subject: 2005-02-17 Ralf Corsepius * libblock/include/rtems/diskdevs.h: Use uint32_t for ictrl req argument (16bit target compliance). --- cpukit/libblock/include/rtems/diskdevs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libblock') 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). -- cgit v1.2.3