REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the RedfishPkg 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: Abner Chang <abner.chang@hpe.com>
		
			
				
	
	
		
			26 lines
		
	
	
		
			821 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			821 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /** @file
 | |
|   This file is cloned from DMTF libredfish library tag v1.0.0 and maintained
 | |
|   by EDKII.
 | |
| 
 | |
| //----------------------------------------------------------------------------
 | |
| // Copyright Notice:
 | |
| // Copyright 2017 Distributed Management Task Force, Inc. All rights reserved.
 | |
| // License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libredfish/LICENSE.md
 | |
| //----------------------------------------------------------------------------
 | |
| 
 | |
|   Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
 | |
|   (C) Copyright 2021 Hewlett Packard Enterprise Development LP<BR>
 | |
| 
 | |
|   SPDX-License-Identifier: BSD-2-Clause-Patent
 | |
| 
 | |
| **/
 | |
| 
 | |
| #ifndef LIBREDFISH_REDFISH_H_
 | |
| #define LIBREDFISH_REDFISH_H_
 | |
| 
 | |
| #include <redfishService.h>
 | |
| #include <redfishPayload.h>
 | |
| #include <redpath.h>
 | |
| 
 | |
| #endif
 |