mirror of https://github.com/OpenIPC/firmware.git
				
				
				
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C
		
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			C
		
	
	
| /* Copyright (c) 2018-2019 Sigmastar Technology Corp.
 | ||
|  All rights reserved.
 | ||
| 
 | ||
|   Unless otherwise stipulated in writing, any and all information contained
 | ||
|  herein regardless in any format shall remain the sole proprietary of
 | ||
|  Sigmastar Technology Corp. and be kept in strict confidence
 | ||
|  (<28><>Sigmastar Confidential Information<6F><6E>) by the recipient.
 | ||
|  Any unauthorized act including without limitation unauthorized disclosure,
 | ||
|  copying, use, reproduction, sale, distribution, modification, disassembling,
 | ||
|  reverse engineering and compiling of the contents of Sigmastar Confidential
 | ||
|  Information is unlawful and strictly prohibited. Sigmastar hereby reserves the
 | ||
|  rights to any and all damages, losses, costs and expenses resulting therefrom.
 | ||
| */
 | ||
| #ifndef _MI_AIO_DEP_H_
 | ||
| #define _MI_AIO_DEP_H_
 | ||
| 
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Include files
 | ||
| //=============================================================================
 | ||
| 
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Extern definition
 | ||
| //=============================================================================
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Macro definition
 | ||
| //=============================================================================
 | ||
| 
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Data type definition
 | ||
| //=============================================================================
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Variable definition
 | ||
| //=============================================================================
 | ||
| 
 | ||
| 
 | ||
| //=============================================================================
 | ||
| // Global function definition
 | ||
| //=============================================================================
 | ||
| 
 | ||
| 
 | ||
| #endif // _MI_AIO_DEP_H_
 |