Searched defs:postcall_s (Results 1 – 1 of 1) sorted by relevance
52 struct postcall_s { struct53 word command; /* command = 0x0300 */54 word dummy; /* not used */55 void (*callback)(void *); /* call back */56 void *context; /* context pointer */