]> bbs.cooldavid.org Git - net-next-2.6.git/blob - include/linux/usb/ulpi.h
USB OTG: Add generic driver for ULPI OTG transceiver
[net-next-2.6.git] / include / linux / usb / ulpi.h
1 #ifndef __LINUX_USB_ULPI_H
2 #define __LINUX_USB_ULPI_H
3
4 struct otg_transceiver *otg_ulpi_create(struct otg_io_access_ops *ops,
5                                         unsigned int flags);
6
7 #endif /* __LINUX_USB_ULPI_H */