mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-11-04 05:50:17 +00:00 
			
		
		
		
	This function is used by both x86 and sandbox. Put it in a common header file. Signed-off-by: Simon Glass <sjg@chromium.org>
		
			
				
	
	
		
			12 lines
		
	
	
		
			235 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			235 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0+ */
 | 
						|
/*
 | 
						|
 * Copyright 2019 Google LLC
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ASM_ACPI_TABLE_H__
 | 
						|
#define __ASM_ACPI_TABLE_H__
 | 
						|
 | 
						|
/* Empty for now, this file is required by acpi/acpi_table.h */
 | 
						|
 | 
						|
#endif /* __ASM_ACPI_TABLE_H__ */
 |