new_tuple
{ $$ = new_tuple(CISTPL_DEVICE, $1); }
{ $$ = new_tuple(CISTPL_DEVICE_A, $1); }
{ $$ = new_tuple(CISTPL_VERS_1, $1); }
{ $$ = new_tuple(CISTPL_MANFID, $1); }
{ $$ = new_tuple(CISTPL_FUNCID, $1); }
{ $$ = new_tuple(CISTPL_CONFIG, $1); }
{ $$ = new_tuple(CISTPL_CFTABLE_ENTRY, $1); }
{ $$ = new_tuple(CISTPL_JEDEC_C, $1); }
{ $$ = new_tuple(CISTPL_JEDEC_A, $1); }
static tuple_info_t *new_tuple(u_char type, cisparse_t *parse);