Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 92dcffb916d309aa01778bf8963a6932e4014d07 authored by Linus Torvalds on 21 January 2010, 23:31:35 UTC
Linux 2.6.33-rc5
Tip revision: 92dcffb
u_phonet.h
/*
 * u_phonet.h - interface to Phonet
 *
 * Copyright (C) 2007-2008 by Nokia Corporation
 *
 * This software is distributed under the terms of the GNU General
 * Public License ("GPL") as published by the Free Software Foundation,
 * either version 2 of that License or (at your option) any later version.
 */

#ifndef __U_PHONET_H
#define __U_PHONET_H

#include <linux/usb/composite.h>
#include <linux/usb/cdc.h>

int gphonet_setup(struct usb_gadget *gadget);
int phonet_bind_config(struct usb_configuration *c);
void gphonet_cleanup(void);

#endif /* __U_PHONET_H */
back to top