devices/ecdev.h
changeset 883 4963e22a267a
parent 786 ad618c76e9bd
child 1011 a0759d0dded4
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    44  * frames through connected devices.
    44  * frames through connected devices.
    45  */
    45  */
    46 
    46 
    47 /*****************************************************************************/
    47 /*****************************************************************************/
    48 
    48 
    49 #ifndef _ETHERCAT_DEVICE_H_
    49 #ifndef __ECDEV_H__
    50 #define _ETHERCAT_DEVICE_H_
    50 #define __ECDEV_H__
    51 
    51 
    52 #include <linux/netdevice.h>
    52 #include <linux/netdevice.h>
    53 
    53 
    54 /*****************************************************************************/
    54 /*****************************************************************************/
    55 
    55