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