16 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			277 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0+ */
 | |
| /*
 | |
|  * Copyright (C) 2016 Freescale Semiconductor, Inc.
 | |
|  */
 | |
| 
 | |
| #ifndef __IMX_RDC_H__
 | |
| #define __IMX_RDC_H__
 | |
| 
 | |
| #if defined(CONFIG_MX7D)
 | |
| #include "mx7d_rdc.h"
 | |
| #else
 | |
| #error "Please select cpu"
 | |
| #endif	/* CONFIG_MX7D */
 | |
| 
 | |
| #endif	/* __IMX_RDC_H__*/
 | 
