#include <adt/list.h>
#include <devman.h>
#include <fibril_synch.h>
#include <usb/usb.h>
#include <usb/host/endpoint.h>
Go to the source code of this file.
Typical USB host controller needs to keep track of various settings for each device that is connected to it. State of toggle bit, device speed etc. etc. This structure shall simplify the management.
Definition in file device_keeper.h.