ulpi.h 185 B

1234567
  1. #ifndef __LINUX_USB_ULPI_H
  2. #define __LINUX_USB_ULPI_H
  3. struct otg_transceiver *otg_ulpi_create(struct otg_io_access_ops *ops,
  4. unsigned int flags);
  5. #endif /* __LINUX_USB_ULPI_H */