forked from espressif/esp-protocols
		
	
		
			
	
	
		
			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__
							 |