this software.\r
*/\r
\r
+/** \file\r
+ * \brief USB host mode definitions.\r
+ *\r
+ * This file contains structures, function prototypes and macros related to USB host mode.\r
+ *\r
+ * \note This file should not be included directly. It is automatically included as needed by the USB driver\r
+ * dispatch header located in LUFA/Drivers/USB/USB.h.\r
+ */\r
+\r
/** \ingroup Group_USB\r
* @defgroup Group_Host Host Management\r
*\r
#include <util/delay.h>\r
\r
#include "../../../Common/Common.h"\r
- #include "../HighLevel/USBInterrupt.h"\r
#include "../HighLevel/StdDescriptors.h"\r
#include "Pipe.h"\r
+ #include "USBInterrupt.h"\r
\r
/* Enable C linkage for C++ Compilers: */\r
#if defined(__cplusplus)\r