TianoCore EDK2
master
Loading...
Searching...
No Matches
redpath.h
Go to the documentation of this file.
1
18
#ifndef LIBREDFISH_REDPATH_H_
19
#define LIBREDFISH_REDPATH_H_
20
21
#include <
Include/Library/RedfishCrtLib.h
>
22
23
#include <jansson.h>
24
25
typedef
struct
_redPathNode
{
26
bool
isRoot;
27
bool
isIndex;
28
29
char
*version;
30
char
*nodeName;
31
size_t
index;
32
char
*op;
33
char
*propName;
34
char
*value;
35
36
struct
_redPathNode
*next;
37
}
redPathNode
;
38
39
redPathNode
*
40
parseRedPath (
41
const
char
*path
42
);
43
44
void
45
cleanupRedPath (
46
redPathNode
*node
47
);
48
49
#endif
RedfishCrtLib.h
_redPathNode
Definition:
redpath.h:25
RedfishPkg
PrivateLibrary
RedfishLib
edk2libredfish
include
redpath.h
Generated on Fri Nov 15 2024 18:01:23 for TianoCore EDK2 by
1.9.6