Go to the documentation of this file.
32 static struct ston *s_ston;
35 static int fdc_isr(
int sub_irq,
void *
info,
void *data)
41 assert(sem &&
"Invalid sem");
47 static void *create(
const void *_key)
56 single =
malloc(
sizeof(*single));
82 static int destroy(
void *obj)
96 static int compare(
const void *_key_a,
const void *_key_b)
104 return (key_a->
ctrl != key_b->
ctrl) || (key_a->
drv != key_b->
drv);