Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.33-rc2 7 lines 185 B view raw
1#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 */