#ifndef NETWORK_INIT_H #define NETWORK_INIT_H int ntwk_init_rx(); int ntwk_init_tx(); #endif