summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:22:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-06 09:22:09 +0000
commit199e748875e2805cbea9433ae4776def11efc492 (patch)
treeeac55051599e749999a695004fbf4a33b32f7264 /cpukit/libnetworking/rtems/rtems_mii_ioctl.h
parent2005-11-06 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-199e748875e2805cbea9433ae4776def11efc492.tar.bz2
Eliminate obsolete types.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_mii_ioctl.h')
-rw-r--r--cpukit/libnetworking/rtems/rtems_mii_ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
index 5de2ed4f09..cecdfca236 100644
--- a/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
+++ b/cpukit/libnetworking/rtems/rtems_mii_ioctl.h
@@ -26,13 +26,13 @@ extern "C" {
* RETURNS 0 on success, -1 otherwise (e.g., illegal phy)
*/
typedef int (*rtems_mdio_read_func) (int phy, void *uarg, unsigned reg,
- unsigned32 * pval);
+ uint32_t * pval);
/* write mii register 'reg' at 'phy' (-1 meaning any/currently active)
* RETURNS 0 on success, -1 otherwise (e.g., illegal phy)
*/
typedef int (*rtems_mdio_write_func) (int phy, void *uarg, unsigned reg,
- unsigned32 val);
+ uint32_t val);
/* Values to this must be provided by the driver */
struct rtems_mdio_info