1 /* -----------------------------------------------------------------------------
2 * Copyright (c) 2011 Ozmo Inc
3 * Released under the GNU General Public License Version 2 (GPLv2).
4 * -----------------------------------------------------------------------------
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
);
17 #endif /* _OZCDEV_H */