mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-31 06:31:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			314 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			314 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | /*
 | ||
|  |  * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD | ||
|  |  * | ||
|  |  * SPDX-License-Identifier: Apache-2.0 | ||
|  |  */ | ||
|  | #define __attribute__(x)
 | ||
|  | #define __asm__(x)
 | ||
|  | #define __volatile__(...)
 | ||
|  | #define volatile(...)
 | ||
|  | typedef void *__builtin_va_list; | ||
|  | #define __inline__ inline
 | ||
|  | #define __inline inline
 | ||
|  | #define __extension__
 |