GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / usb / gadget / u_phonet.h
blob09a75259b6cd4f790bb62954f34880bb180050be
1 /*
2 * u_phonet.h - interface to Phonet
4 * Copyright (C) 2007-2008 by Nokia Corporation
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 */
11 #ifndef __U_PHONET_H
12 #define __U_PHONET_H
14 #include <linux/usb/composite.h>
15 #include <linux/usb/cdc.h>
17 int gphonet_setup(struct usb_gadget *gadget);
18 int phonet_bind_config(struct usb_configuration *c);
19 void gphonet_cleanup(void);
21 #endif /* __U_PHONET_H */