pcmcia_copy_tuple
EXPORT_SYMBOL(pcmcia_copy_tuple);
int pcmcia_copy_tuple(unsigned char tuple_id, void *tuple, int max_len);
if ((pcmcia_copy_tuple(CISTPL_FUNCID, tuple, 8) < 3) ||
if (pcmcia_copy_tuple(CISTPL_CFTABLE_ENTRY, tuple, 32) < 3)
if (pcmcia_copy_tuple(CISTPL_CONFIG, tuple, 32) < 6)