TianoCore EDK2 master
Loading...
Searching...
No Matches
redpath.h File Reference
#include <Include/Library/RedfishCrtLib.h>
#include <jansson.h>

Go to the source code of this file.

Data Structures

struct  _redPathNode
 

Typedefs

typedef struct _redPathNode redPathNode
 

Functions

redPathNodeparseRedPath (const char *path)
 
void cleanupRedPath (redPathNode *node)
 

Detailed Description

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.
(C) Copyright 2021 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file redpath.h.

Function Documentation

◆ cleanupRedPath()

void cleanupRedPath ( redPathNode node)

Definition at line 91 of file redpath.c.

◆ parseRedPath()

redPathNode * parseRedPath ( const char *  path)

Definition at line 40 of file redpath.c.