Start porting the USB core to the AVR32 UC3B.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / HostChapter9.h
index 1a85cf6..1bd8b6f 100644 (file)
 #define __HOSTCHAPTER9_H__\r
 \r
        /* Includes: */\r
-               #include <avr/io.h>\r
-               #include <stdbool.h>\r
+               #if defined(__AVR32__)\r
+                       #include <avr32/io.h>\r
+                       #include <stdint.h>\r
+                       #include <stdbool.h>\r
+               #elif defined(__AVR__)\r
+                       #include <avr/io.h>\r
+                       #include <stdbool.h>\r
+               #endif\r
                \r
                #include "LowLevel.h"\r
                #include "../HighLevel/USBMode.h"\r