master/debug.c
changeset 294 feea8d850c65
parent 246 0bf7c769de06
child 455 204c435fddf9
child 1732 1cc865ba17c2
equal deleted inserted replaced
293:14aeb79aa992 294:feea8d850c65
    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