master/ethernet.c
changeset 294 feea8d850c65
parent 293 14aeb79aa992
child 314 26023e414f5c
child 1715 e675450f2174
equal deleted inserted replaced
293:14aeb79aa992 294:feea8d850c65
    36    Ethernet-over-EtherCAT (EoE).
    36    Ethernet-over-EtherCAT (EoE).
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
       
    41 #include <linux/netdevice.h>
    41 #include <linux/etherdevice.h>
    42 #include <linux/etherdevice.h>
    42 
    43 
    43 #include "../include/ecrt.h"
    44 #include "../include/ecrt.h"
    44 #include "globals.h"
    45 #include "globals.h"
    45 #include "master.h"
    46 #include "master.h"