mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-30 19:48:19 +00:00 
			
		
		
		
	Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
		
			
				
	
	
		
			18 lines
		
	
	
		
			346 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			346 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 */
 | |
| /*
 | |
|  * (C) Copyright 2019 Xilinx, Inc,
 | |
|  * Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
 | |
|  */
 | |
| 
 | |
| #ifndef _VERSALPL_H_
 | |
| #define _VERSALPL_H_
 | |
| 
 | |
| #include <xilinx.h>
 | |
| 
 | |
| #define VERSAL_PM_LOAD_PDI	0x701
 | |
| #define VERSAL_PM_PDI_TYPE	0xF
 | |
| 
 | |
| extern struct xilinx_fpga_op versal_op;
 | |
| 
 | |
| #endif /* _VERSALPL_H_ */
 |