mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2024-11-06 04:05:03 +00:00
8 lines
182 B
C
8 lines
182 B
C
#ifndef __PCAP_HELPER_H__
|
|
#define __PCAP_HELPER_H__
|
|
|
|
#include "arch/cc.h"
|
|
|
|
int get_adapter_index_from_addr(u32_t netaddr, char *guid, u32_t guid_len);
|
|
|
|
#endif /* __PCAP_HELPER_H__ */ |