Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
580423fe5da81d8e37cece3f515c49577c411d7a
/
.
/
common-utils.h
blob: 436820fe1b61badd3c316b312883466bd2a04382 [
file
] [
log
] [
blame
]
Lawrence Tang
aacf0e2
2022-07-20 13:28:52 +0100
[
diff
] [
blame
]
1
#ifndef
CPER_LIB_COMMON_UTILS_H
2
#define
CPER_LIB_COMMON_UTILS_H
3
4
#include
"edk/BaseTypes.h"
5
6
int
bcd_to_int
(
UINT8 bcd
);
7
UINT8 int_to_bcd
(
int
value
);
8
9
#endif