blob: 20675c6ebc4d1f4b9bcee4245ee7fd0976526d11 [file] [log] [blame]
Daniel Mack2d57a952009-10-15 17:09:35 +03001#ifndef __LINUX_USB_ULPI_H
2#define __LINUX_USB_ULPI_H
3
4struct otg_transceiver *otg_ulpi_create(struct otg_io_access_ops *ops,
5 unsigned int flags);
6
7#endif /* __LINUX_USB_ULPI_H */