master/ethernet.c
changeset 286 f3352378b4d4
parent 279 12f48c1cb143
child 291 0b1f877cf3f1
equal deleted inserted replaced
285:d6145fc87a74 286:f3352378b4d4
    45 #include "master.h"
    45 #include "master.h"
    46 #include "slave.h"
    46 #include "slave.h"
    47 #include "mailbox.h"
    47 #include "mailbox.h"
    48 #include "ethernet.h"
    48 #include "ethernet.h"
    49 
    49 
       
    50 /**
       
    51    Defines the debug level of EoE processing
       
    52 
       
    53    0 = No debug messages.
       
    54    1 = Output actions.
       
    55    2 = Output actions and frame data.
       
    56 */
       
    57 
    50 #define EOE_DEBUG_LEVEL 0
    58 #define EOE_DEBUG_LEVEL 0
    51 
    59 
    52 /*****************************************************************************/
    60 /*****************************************************************************/
    53 
    61 
    54 void ec_eoe_flush(ec_eoe_t *);
    62 void ec_eoe_flush(ec_eoe_t *);