master/slave.h
changeset 883 4963e22a267a
parent 872 d4e0380d63b3
child 906 f95e3e33c0cf
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT slave structure.
    36    EtherCAT slave structure.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef _EC_SLAVE_H_
    41 #ifndef __EC_SLAVE_H__
    42 #define _EC_SLAVE_H_
    42 #define __EC_SLAVE_H__
    43 
    43 
    44 #include <linux/list.h>
    44 #include <linux/list.h>
    45 #include <linux/kobject.h>
    45 #include <linux/kobject.h>
    46 
    46 
    47 #include "../include/ecrt.h"
    47 #include "../include/ecrt.h"