master/master.h
changeset 883 4963e22a267a
parent 872 d4e0380d63b3
child 900 f8b5c6d21705
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT master structure.
    36    EtherCAT master structure.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef _EC_MASTER_H_
    41 #ifndef __EC_MASTER_H__
    42 #define _EC_MASTER_H_
    42 #define __EC_MASTER_H__
    43 
    43 
    44 #include <linux/list.h>
    44 #include <linux/list.h>
    45 #include <linux/sysfs.h>
    45 #include <linux/sysfs.h>
    46 #include <linux/timer.h>
    46 #include <linux/timer.h>
    47 #include <linux/wait.h>
    47 #include <linux/wait.h>