Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/cardbus/
Dcardslotvar.h68 struct cardslot_softc { struct
69 struct device sc_dev;
71 int sc_slot; /* slot number */
72 int sc_status; /* the status of slot */
74 struct cardbus_softc *sc_cb_softc;
75 struct pcmcia_softc *sc_16_softc;
77 struct proc *sc_event_thread;
78 int sc_th_enable; /* true if the thread is enabled */