~ubuntu-branches/ubuntu/saucy/linux-n900/saucy

« back to all changes in this revision

Viewing changes to drivers/usb/gadget/u_phonet.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Poirier
  • Date: 2011-02-18 09:43:31 UTC
  • Revision ID: james.westby@ubuntu.com-20110218094331-eyubsja4f9k0yhmq
Tags: 2.6.35-1.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 
 
11
#ifndef __U_PHONET_H
 
12
#define __U_PHONET_H
 
13
 
 
14
#include <linux/usb/composite.h>
 
15
#include <linux/usb/cdc.h>
 
16
 
 
17
int gphonet_setup(struct usb_gadget *gadget);
 
18
int phonet_bind_config(struct usb_configuration *c);
 
19
void gphonet_cleanup(void);
 
20
 
 
21
#endif /* __U_PHONET_H */