Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
9fe2cb5f64b21b8a9a29720423be3c76e059e7db
/
.
/
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