1 2 3 4 5 6 7
#ifndef __NETDEV_PCAP_H__ #define __NETDEV_PCAP_H__ void init_pcap(); void deinit_pcap(); #endif