blob: ffd476d3a7e69ca26a051f915f9cd9f3152f9a56 [file] [log] [blame]
Nicolas Palpacuera32f4c32018-06-28 12:55:10 -04001#ifndef OPENOLT_TRANSLATION_H_
2#define OPENOLT_TRANSLATION_H_
3
4#include <string>
5extern "C"
6{
7#include <bal_model_types.h>
8}
9
10int interface_key_to_port_no(bcmbal_interface_key key);
11std::string alarm_status_to_string(bcmbal_alarm_status status);
12
13
14
15#endif