include: Make stdbool.h a separate file
This patch moves the traditional POSIX stdbool.h definitions out from stdint.h into their own file. This helps for using these definitions in commonlib code which may be compiled in different environments. For coreboot everything should chain-include this stuff via types.h anyway so nothing should change. Change-Id: Ic8d52be80b64d8e9564f3aee8975cb25e4c187f5 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36837 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
		
				
					committed by
					
						 Patrick Georgi
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							85b41445b5
						
					
				
				
					commit
					a2148377b5
				
			| @@ -16,9 +16,9 @@ | ||||
| #ifndef BOOTMEM_H | ||||
| #define BOOTMEM_H | ||||
|  | ||||
| #include <memrange.h> | ||||
| #include <stdint.h> | ||||
| #include <boot/coreboot_tables.h> | ||||
| #include <memrange.h> | ||||
| #include <types.h> | ||||
|  | ||||
| /** | ||||
|  * Bootmem types match to LB_MEM tags, except for the following: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user