u_phonet.h 570 B

12345678910111213141516171819202122
  1. /*
  2. * u_phonet.h - interface to Phonet
  3. *
  4. * Copyright (C) 2007-2008 by Nokia Corporation
  5. *
  6. * This software is distributed under the terms of the GNU General
  7. * Public License ("GPL") as published by the Free Software Foundation,
  8. * either version 2 of that License or (at your option) any later version.
  9. */
  10. #ifndef __U_PHONET_H
  11. #define __U_PHONET_H
  12. #include <linux/usb/composite.h>
  13. #include <linux/usb/cdc.h>
  14. int gphonet_setup(struct usb_gadget *gadget);
  15. int phonet_bind_config(struct usb_configuration *c);
  16. void gphonet_cleanup(void);
  17. #endif /* __U_PHONET_H */