master/sync.h
changeset 883 4963e22a267a
parent 879 9b395c5646ab
child 1055 2be8918682fa
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    35  * EtherCAT sync manager.
    35  * EtherCAT sync manager.
    36  */
    36  */
    37 
    37 
    38 /*****************************************************************************/
    38 /*****************************************************************************/
    39 
    39 
    40 #ifndef _EC_SYNC_H_
    40 #ifndef __EC_SYNC_H__
    41 #define _EC_SYNC_H_
    41 #define __EC_SYNC_H__
    42 
    42 
    43 #include <linux/list.h>
    43 #include <linux/list.h>
    44 
    44 
    45 #include "../include/ecrt.h"
    45 #include "../include/ecrt.h"
    46 
    46