#ifndef ETHERLIB_TEST_ETHERNET_INFO_H #define ETHERLIB_TEST_ETHERNET_INFO_H #include "etherlib/connection_block.h" /** * Print Ethernet sieve layer info. * @param connBlock associated connection block */ void ethernet_print_report(const ConnBlock* connBlock); #endif //ETHERLIB_TEST_ETHERNET_INFO_H