blob: ffd476d3a7e69ca26a051f915f9cd9f3152f9a56 [file] [log] [blame]
#ifndef OPENOLT_TRANSLATION_H_
#define OPENOLT_TRANSLATION_H_
#include <string>
extern "C"
{
#include <bal_model_types.h>
}
int interface_key_to_port_no(bcmbal_interface_key key);
std::string alarm_status_to_string(bcmbal_alarm_status status);
#endif