mirror of
				https://github.com/esp8266/Arduino.git
				synced 2025-11-03 14:33:37 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			173 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			173 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
 |