#include <slot_api.h>
Data Fields | |
WDFDEVICE | device |
WDFCHILDLIST | child_list |
Slot drivers must include this as the first field in their driver specific slot data structure.
WDFDEVICE sdioemb_wdf_slot_data::device |
The device for the slot's controller.
Referenced by sdioemb_wdf_create_child_list().
WDFCHILDLIST sdioemb_wdf_slot_data::child_list |
The child list for the inserted card's functions.
Referenced by sdioemb_wdf_create_child_list(), and sdioemb_wdf_destroy_child_list().