Home
last modified time | relevance | path

Searched defs:CmdBlk (Results 1 – 1 of 1) sorted by relevance

/drivers/char/rio/
Dcmdblk.h41 struct CmdBlk { struct
42 struct CmdBlk *NextP; /* Pointer to next command block */ argument
45 int (*PreFuncP) (unsigned long, struct CmdBlk *); argument
48 int (*PostFuncP) (unsigned long, struct CmdBlk *); argument
49 int PostArg; /* The arg for the func */