Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
151c6cabc516592df6102ad2b0a62f374ae36858
/
.
/
json-parse.c
blob: f9ccad5097233a8a5747fb7bae486af7c173bd06 [
file
] [
log
] [
blame
]
Lawrence Tang
1b0b00e
2022-07-05 10:33:10 +0100
[
diff
] [
blame
]
1
/**
2
* Describes functions for parsing JSON CPER data into an intermediate format.
3
*
4
* Author: Lawrence.Tang@arm.com
5
**/
6
7
void
json_to_ir
(
void
)
8
{
9
10
}