#ifndef NET_H #define NET_H #include "lwip/arch.h" void send_report_packet(u16_t seq, u16_t ago); #endif