mirror of
				https://git.proxmox.com/git/mirror_edk2
				synced 2025-10-31 10:40:34 +00:00 
			
		
		
		
	 ac0a286f4d
			
		
	
	
		ac0a286f4d
		
	
	
	
	
		
			
			REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the OvmfPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Andrew Fish <afish@apple.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			419 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			419 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /** @file
 | |
|   GUID to be used to identify the XenBus root node on non-PCI Xen guests
 | |
| 
 | |
|   Copyright (C) 2015, Linaro Ltd.
 | |
| 
 | |
|   SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| 
 | |
| **/
 | |
| 
 | |
| #ifndef __XENBUS_ROOT_DEVICE_H__
 | |
| #define __XENBUS_ROOT_DEVICE_H__
 | |
| 
 | |
| #define XENBUS_ROOT_DEVICE_GUID \
 | |
| {0xa732241f, 0x383d, 0x4d9c, {0x8a, 0xe1, 0x8e, 0x09, 0x83, 0x75, 0x89, 0xd7}}
 | |
| 
 | |
| extern EFI_GUID  gXenBusRootDeviceGuid;
 | |
| 
 | |
| #endif
 |