master/debug.c
branchstable-1.0
changeset 1624 9dc190591c0f
parent 1619 0d4119024f55
equal deleted inserted replaced
1623:05622513f627 1624:9dc190591c0f
    36    Ethernet interface for debugging purposes.
    36    Ethernet interface for debugging purposes.
    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 "globals.h"
    44 #include "globals.h"
    44 #include "debug.h"
    45 #include "debug.h"
    45 
    46