Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ozcdev.h
Go to the documentation of this file.
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 void oz_cdev_heartbeat(struct oz_pd *pd);
17 
18 #endif /* _OZCDEV_H */