mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-09-04 20:19:47 +08:00 
			
		
		
		
	 145eba1aae
			
		
	
	
		145eba1aae
		
	
	
	
	
		
			
			use SPDX-License-Identifier instead of a verbose license text Link: https://lore.kernel.org/r/20210823042622.109-1-caihuoqing@baidu.com Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			342 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			342 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
 | |
| /*
 | |
|  * Copyright(c) 2015, 2016 Intel Corporation.
 | |
|  */
 | |
| 
 | |
| #ifndef _HFI1_EFIVAR_H
 | |
| #define _HFI1_EFIVAR_H
 | |
| 
 | |
| #include <linux/efi.h>
 | |
| 
 | |
| #include "hfi.h"
 | |
| 
 | |
| int read_hfi1_efi_var(struct hfi1_devdata *dd, const char *kind,
 | |
| 		      unsigned long *size, void **return_data);
 | |
| 
 | |
| #endif /* _HFI1_EFIVAR_H */
 |