rt/msr_rt.c
branchstable-1.0
changeset 1618 5cff10efb927
parent 191 ca805255a935
child 206 60a10d85c20b
equal deleted inserted replaced
1617:9f83a343ae75 1618:5cff10efb927
     2  *
     2  *
     3  *  m s r _ r t . c
     3  *  m s r _ r t . c
     4  *
     4  *
     5  *  Kernelmodul für 2.6 Kernel zur Meßdatenerfassung, Steuerung und Regelung.
     5  *  Kernelmodul für 2.6 Kernel zur Meßdatenerfassung, Steuerung und Regelung.
     6  *
     6  *
     7  *  Autor: Wilhelm Hagemeister, Florian Pose
       
     8  *
       
     9  *  (C) Copyright IgH 2002
       
    10  *  Ingenieurgemeinschaft IgH
       
    11  *  Heinz-Bäcker Str. 34
       
    12  *  D-45356 Essen
       
    13  *  Tel.: +49 201/61 99 31
       
    14  *  Fax.: +49 201/61 98 36
       
    15  *  E-mail: hm@igh-essen.com
       
    16  *
       
    17  *  $Id$
     7  *  $Id$
       
     8  *
       
     9  *  Copyright (C) 2006  Florian Pose, Ingenieurgemeinschaft IgH
       
    10  *
       
    11  *  This file is part of the IgH EtherCAT Master.
       
    12  *
       
    13  *  The IgH EtherCAT Master is free software; you can redistribute it
       
    14  *  and/or modify it under the terms of the GNU General Public License
       
    15  *  as published by the Free Software Foundation; version 2 of the License.
       
    16  *
       
    17  *  The IgH EtherCAT Master is distributed in the hope that it will be
       
    18  *  useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    19  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    20  *  GNU General Public License for more details.
       
    21  *
       
    22  *  You should have received a copy of the GNU General Public License
       
    23  *  along with the IgH EtherCAT Master; if not, write to the Free Software
       
    24  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
    18  *
    25  *
    19  *****************************************************************************/
    26  *****************************************************************************/
    20 
    27 
    21 // Linux
    28 // Linux
    22 #include <linux/module.h>
    29 #include <linux/module.h>