]> Git Repo - linux.git/blob - drivers/staging/ozwpan/ozhcd.h
ALSA: usb: caiaq: check for cdev->n_streams > 1
[linux.git] / drivers / staging / ozwpan / ozhcd.h
1 /* -----------------------------------------------------------------------------
2  * Copyright (c) 2011 Ozmo Inc
3  * Released under the GNU General Public License Version 2 (GPLv2).
4  * ---------------------------------------------------------------------------*/
5 #ifndef _OZHCD_H
6 #define _OZHCD_H
7
8 int oz_hcd_init(void);
9 void oz_hcd_term(void);
10 struct oz_port *oz_hcd_pd_arrived(void *ctx);
11 void oz_hcd_pd_departed(struct oz_port *hport);
12 void oz_hcd_pd_reset(void *hpd, void *hport);
13
14 #endif /* _OZHCD_H */
15
This page took 0.02755 seconds and 4 git commands to generate.