Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
38c0abdac08cbd828e9d1b83089e6e3267697ba3
/
.
/
sections
/
cper-section-generic.h
blob: 56868f7cd5d5c4e986aab2fb38dee00c839195d0 [
file
] [
log
] [
blame
]
Lawrence Tang
1b0b00e
2022-07-05 10:33:10 +0100
[
diff
] [
blame
]
1
#ifndef
CPER_SECTION_GENERIC_H
2
#define
CPER_SECTION_GENERIC_H
3
4
json_object
*
cper_section_generic_to_ir
(
void
*
section
,
EFI_ERROR_SECTION_DESCRIPTOR
*
descriptor
);
5
6
#endif