Home
last modified time | relevance | path

Searched refs:cistpl_org_t (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h525 typedef struct cistpl_org_t { struct
528 } cistpl_org_t; argument
566 cistpl_org_t org;
/haiku/src/bin/pcmcia-cs/
H A Ddump_cis.c472 static void print_org(cistpl_org_t *org) in print_org()