Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / ozwpan / ozcdev.h
1 /* -----------------------------------------------------------------------------
2  * Copyright (c) 2011 Ozmo Inc
3  * Released under the GNU General Public License Version 2 (GPLv2).
4  * -----------------------------------------------------------------------------
5  */
6 #ifndef _OZCDEV_H
7 #define _OZCDEV_H
8
9 int oz_cdev_register(void);
10 int oz_cdev_deregister(void);
11 int oz_cdev_init(void);
12 void oz_cdev_term(void);
13 int oz_cdev_start(struct oz_pd *pd, int resume);
14 void oz_cdev_stop(struct oz_pd *pd, int pause);
15 void oz_cdev_rx(struct oz_pd *pd, struct oz_elt *elt);
16
17 #endif /* _OZCDEV_H */