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