Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
4482c48b6e2ccf85f03f680a59e0d4ad0ab4e3c5
/
.
/
common-utils.h
blob: c6b9b60f8baf0b106ee3320a6c1a9eda5a1748cf [
file
] [
log
] [
blame
]
#ifndef
CPER_LIB_COMMON_UTILS_H
#define
CPER_LIB_COMMON_UTILS_H
#include
"edk/BaseTypes.h"
int
bcd_to_int
(
UINT8 bcd
);
UINT8 int_to_bcd
(
int
value
);
#endif