include/ecrt.h
changeset 125 b01bd5b830d7
parent 114 e4b4b5a85e75
child 135 80d493917205
equal deleted inserted replaced
124:2a5d42513099 125:b01bd5b830d7
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * Oeffentliche EtherCAT-Schnittstellen fuer Echtzeitprozesse.
     3  *  Oeffentliche EtherCAT-Schnittstellen fuer Echtzeitprozesse.
     4  *
     4  *
     5  * $Id$
     5  *  $Id$
     6  *
     6  *
     7  *****************************************************************************/
     7  *****************************************************************************/
     8 
     8 
     9 #ifndef _ETHERCAT_RT_H_
     9 #ifndef __ECRT_H__
    10 #define _ETHERCAT_RT_H_
    10 #define __ECRT_H__
    11 
    11 
    12 #include <asm/byteorder.h>
    12 #include <asm/byteorder.h>
    13 
    13 
    14 #ifdef __KERNEL__
    14 #ifdef __KERNEL__
    15 #include <linux/types.h>
    15 #include <linux/types.h>