Linux 3.4.71
[linux/fpc-iii.git] / drivers / staging / ozwpan / ozhcd.h
blob9b30dfd09973a4a1873917eac46034348084a2da
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
8 int oz_hcd_init(void);
9 void oz_hcd_term(void);
10 void *oz_hcd_pd_arrived(void *ctx);
11 void oz_hcd_pd_departed(void *ctx);
12 void oz_hcd_pd_reset(void *hpd, void *hport);
14 #endif /* _OZHCD_H */