.\" 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 "MCA_DEVICE_STATUS" "" "06 October 2005" "" "" .SH NAME mca_device_status \- get the status of the device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp enum MCA_AdapterStatus mca_device_status (struct mca_device * \fImca_dev\fB); \fR .SH "ARGUMENTS" .TP \fB\fImca_dev\fB\fR -- undescribed -- .SH "RETURNS AN ENUMERATION OF THE DEVICE STATUS" .PP .PP MCA_ADAPTER_NORMAL adapter is OK. MCA_ADAPTER_NONE no adapter at device (should never happen). MCA_ADAPTER_DISABLED adapter is disabled. MCA_ADAPTER_ERROR adapter cannot be initialised.