1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00
esp8266/tests/host/common/MocklwIP.h
2022-03-04 02:28:47 +03:00

15 lines
178 B
C

#ifndef __MOCKLWIP_H
#define __MOCKLWIP_H
extern "C"
{
#include <user_interface.h>
#include <lwip/netif.h>
extern netif netif0;
} // extern "C"
#endif // __MOCKLWIP_H