Searched defs:gx_io_device_s (Results 1 – 1 of 1) sorted by relevance
187 struct gx_io_device_s { struct188 const char *dname; /* the IODevice name */189 const char *dtype; /* the type returned by currentdevparams */190 gx_io_device_procs procs;191 void *state; /* (if the IODevice has state) */