master/ethernet.h
changeset 1974 a5a44aa5915d
parent 1489 f77a1182b6f4
child 2028 55854f070c4a
child 2250 db932582b674
equal deleted inserted replaced
1973:4d6774893746 1974:a5a44aa5915d
    37 #ifndef __EC_ETHERNET_H__
    37 #ifndef __EC_ETHERNET_H__
    38 #define __EC_ETHERNET_H__
    38 #define __EC_ETHERNET_H__
    39 
    39 
    40 #include <linux/list.h>
    40 #include <linux/list.h>
    41 #include <linux/netdevice.h>
    41 #include <linux/netdevice.h>
       
    42 #include <linux/semaphore.h>
    42 
    43 
    43 #include "globals.h"
    44 #include "globals.h"
    44 #include "slave.h"
    45 #include "slave.h"
    45 #include "datagram.h"
    46 #include "datagram.h"
    46 
    47