*/\r
\r
/** \file\r
- * \brief USB host mode definitions.\r
- *\r
- * USB Host mode related macros and enums. This module contains macros and enums which are used when\r
- * the USB controller is initialized in host mode.\r
+ * \brief Common USB Host definitions for all architectures.\r
+ * \copydetails Group_Host\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
/** \ingroup Group_USB\r
* \defgroup Group_Host Host Management\r
+ * \brief USB Host management definitions for USB host mode.\r
*\r
* USB Host mode related macros and enums. This module contains macros and enums which are used when\r
* the USB controller is initialized in host mode.\r
#include "../../../Common/Common.h"\r
\r
#if (ARCH == ARCH_AVR8)\r
- #include "AVR8/Host.h"\r
+ #include "AVR8/Host_AVR8.h"\r
+ #elif (ARCH == ARCH_UC3B)\r
+ #include "UC3B/Host_UC3B.h"\r
#endif\r
\r
/* Preprocessor Checks: */\r