drivers/ec_module.h
changeset 54 7506e67dd122
parent 53 6b3b8acb71b5
child 55 059a9e712aa7
--- a/drivers/ec_module.h	Fri Jan 13 15:47:44 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-/******************************************************************************
- *
- *  ec_module.h
- *
- *  EtherCAT-Master-Treiber
- *
- *  Autoren: Wilhelm Hagemeister, Florian Pose
- *
- *  $Id$
- *
- *  (C) Copyright IgH 2005
- *  Ingenieurgemeinschaft IgH
- *  Heinz-Bäcker Str. 34
- *  D-45356 Essen
- *  Tel.: +49 201/61 99 31
- *  Fax.: +49 201/61 98 36
- *  E-mail: sp@igh-essen.com
- *
- *****************************************************************************/
-
-#include <linux/module.h>
-#include <linux/kernel.h>
-#include <linux/init.h>
-
-#include "ec_master.h"
-
-/*****************************************************************************/
-
-// Registration of devices
-int EtherCAT_register_device(int, EtherCAT_device_t *);
-void EtherCAT_unregister_device(int, EtherCAT_device_t *);
-
-EtherCAT_master_t *EtherCAT_request(int);
-void EtherCAT_release(EtherCAT_master_t *);
-
-/*****************************************************************************/