]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/serial/usbtty.h
Support for PXA27X UDC.
[karo-tx-uboot.git] / drivers / serial / usbtty.h
index ecefde549208abfaf7e05b7cea4b141b3402e7e0..f746d6317f71dafd3970512fec06460feccaf1c3 100644 (file)
 #ifndef __USB_TTY_H__
 #define __USB_TTY_H__
 
-#include <usbdcore.h>
+#include <usbdevice.h>
 #if defined(CONFIG_PPC)
-#include <usbdcore_mpc8xx.h>
-#elif defined(CONFIG_ARM)
-#include <usbdcore_omap1510.h>
+#include <usb/mpc8xx_udc.h>
+#elif defined(CONFIG_OMAP1510)
+#include <usb/omap1510_udc.h>
+#elif defined(CONFIG_PXA27X)
+#include <usb/pxa27x_udc.h>
 #endif
 
 #include <version_autogenerated.h>