include/EtherCAT_dev.h
changeset 104 052bc82d5442
parent 103 d2a8adde27c4
child 105 fad6709a526f
--- a/include/EtherCAT_dev.h	Wed Mar 15 20:19:05 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-/******************************************************************************
- *
- * Oeffentliche EtherCAT-Schnittstellen fuer EtherCAT-Geraetetreiber.
- *
- * $Id$
- *
- *****************************************************************************/
-
-#ifndef _ETHERCAT_DEVICE_H_
-#define _ETHERCAT_DEVICE_H_
-
-#include <linux/netdevice.h>
-
-/*****************************************************************************/
-
-struct ec_device;
-typedef struct ec_device ec_device_t;
-
-/*****************************************************************************/
-
-ec_device_t *EtherCAT_dev_register(unsigned int, struct net_device *,
-                                   irqreturn_t (*)(int, void *,
-                                                   struct pt_regs *),
-                                   struct module *);
-void EtherCAT_dev_unregister(unsigned int, ec_device_t *);
-
-int EtherCAT_dev_is_ec(const ec_device_t *, const struct net_device *);
-void EtherCAT_dev_receive(ec_device_t *, const void *, size_t);
-void EtherCAT_dev_link_state(ec_device_t *, uint8_t);
-
-/*****************************************************************************/
-
-#endif