33#include <linux/cdev.h>
void ec_cdev_clear(ec_cdev_t *)
Destructor.
int ec_cdev_init(ec_cdev_t *, ec_master_t *, dev_t)
Constructor.
Global definitions and macros.
struct ec_master ec_master_t
EtherCAT master character device.
struct cdev cdev
Character device.
ec_master_t * master
Master owning the device.