15 lines
No EOL
205 B
C
15 lines
No EOL
205 B
C
#pragma once
|
|
|
|
#include "lwip/netif.h"
|
|
#include "lwip/pbuf.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int lwip_hook_ip4_input(struct pbuf *pbuf, struct netif *input_netif);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |