master/ethernet.c
branchstable-1.0
changeset 1623 05622513f627
parent 1621 4bbe090553f7
child 1624 9dc190591c0f
equal deleted inserted replaced
1622:fe8777a69d4a 1623:05622513f627
    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 *);