.\" 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 "ADAPTER_ADD_DEVICE" "" "06 October 2005" "" ""
.SH NAME
adapter_add_device \- Adds the device instance to the adaptor instance.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void adapter_add_device (struct AdapterCtlBlk * \fIacb\fB, struct DeviceCtlBlk * \fIdcb\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIacb\fB\fR
The adapter device to be updated
.TP
\fB\fIdcb\fB\fR
A newly created and intialised device instance to add.
.SH "DESCRIPTION"
.PP