.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "MACIO_RELEASE_DEV" "9" "09 October 2005" "" "" .SH NAME macio_release_dev \- free a macio device structure when all users of it are finished. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void macio_release_dev (struct device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR device that's been disconnected .SH "DESCRIPTION" .PP Will be called only by the device core when all users of this macio device are done. This currently means never as we don't hot remove any macio device yet, though that will happen with mediabay based devices in a later implementation.