Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 66 of file pcmcia.c.
Referenced by DriverEntry().
{ PPCMCIA_COMMON_EXTENSION Common = DeviceObject->DeviceExtension; DPRINT("PCMCIA: PnP\n"); if (Common->IsFDO) { return PcmciaFdoPlugPlay((PPCMCIA_FDO_EXTENSION)Common, Irp); } else { return PcmciaPdoPlugPlay((PPCMCIA_PDO_EXTENSION)Common, Irp); } }