Start porting the USB core to the AVR32 UC3B.
[pub/lufa.git] / LUFA / Drivers / USB / LowLevel / OTG.h
index 25cb180..acbd479 100644 (file)
 #define __USBOTG_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 "../../../Common/Common.h"\r
 \r