X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/92418433a505cdf1db0162cea2bdb22a99014ebb..fc31973daffea3506051ce51a5f79383ce0867d6:/LUFA/Drivers/USB/LowLevel/Host.h diff --git a/LUFA/Drivers/USB/LowLevel/Host.h b/LUFA/Drivers/USB/LowLevel/Host.h index ea404f2b1..97d908dea 100644 --- a/LUFA/Drivers/USB/LowLevel/Host.h +++ b/LUFA/Drivers/USB/LowLevel/Host.h @@ -28,6 +28,15 @@ this software. */ +/** \file + * \brief USB host mode definitions. + * + * This file contains structures, function prototypes and macros related to USB host mode. + * + * \note This file should not be included directly. It is automatically included as needed by the USB driver + * dispatch header located in LUFA/Drivers/USB/USB.h. + */ + /** \ingroup Group_USB * @defgroup Group_Host Host Management * @@ -46,9 +55,9 @@ #include #include "../../../Common/Common.h" - #include "../HighLevel/USBInterrupt.h" #include "../HighLevel/StdDescriptors.h" #include "Pipe.h" + #include "USBInterrupt.h" /* Enable C linkage for C++ Compilers: */ #if defined(__cplusplus)