Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
libcper
/
a4f662f1488c4bb5b2579f483eed72318d39f829
/
.
/
common-utils.h
blob: 436820fe1b61badd3c316b312883466bd2a04382 [
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