plumpcmcia_event
SIMPLEQ_ENTRY(plumpcmcia_event) pe_link;
SIMPLEQ_HEAD (, plumpcmcia_event) sc_event_head;
static struct plumpcmcia_event __event_queue_pool[PLUM_PCMCIA_EVENT_QUEUE_MAX];
static struct plumpcmcia_event *plumpcmcia_event_alloc(void);
static void plumpcmcia_event_free(struct plumpcmcia_event *);
struct plumpcmcia_event *pe;
static struct plumpcmcia_event *
plumpcmcia_event_free(struct plumpcmcia_event *pe)
struct plumpcmcia_event *pe;