master/pdo.h
changeset 883 4963e22a267a
parent 842 40e27e5a8dce
child 933 618ab9e03321
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT Process data object structure.
    36    EtherCAT Process data object structure.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef _EC_PDO_H_
    41 #ifndef __EC_PDO_H__
    42 #define _EC_PDO_H_
    42 #define __EC_PDO_H__
    43 
    43 
    44 #include <linux/list.h>
    44 #include <linux/list.h>
    45 
    45 
    46 #include "../include/ecrt.h"
    46 #include "../include/ecrt.h"
    47 
    47