]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - drivers/staging/ozwpan/ozhcd.h
Merge tag 'tegra-for-4.3-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-eoan-kernel.git] / drivers / staging / ozwpan / ozhcd.h
CommitLineData
ae926051
CK
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
8int oz_hcd_init(void);
9void oz_hcd_term(void);
0503d202 10struct oz_port *oz_hcd_pd_arrived(void *ctx);
25403813 11void oz_hcd_pd_departed(struct oz_port *hport);
ae926051
CK
12void oz_hcd_pd_reset(void *hpd, void *hport);
13
14#endif /* _OZHCD_H */
15