Embedded Xinu Network Playground COSC3300Fall2012
device Struct Reference

Data Fields

int dvnum
char * dvname
devcall(* dvinit )(struct dentry *,...)
devcall(* dvopen )(struct dentry *,...)
devcall(* dvclose )(struct dentry *,...)
devcall(* dvread )(struct dentry *,...)
devcall(* dvwrite )(struct dentry *,...)
devcall(* dvgetc )(struct dentry *,...)
devcall(* dvputc )(struct dentry *,...)
devcall(* dvseek )(struct dentry *,...)
devcall(* dvcntl )(struct dentry *,...)
int dvcsr
int mask
void(* intr )(void)
char * dvioblk
int dvminor