blob: 5956fba06a5740d0a285f8b2e2c47a8c6ab003f5 [file] [log] [blame]
#ifndef OPENOLT_ERROR_FORMAT_H_
#define OPENOLT_ERROR_FORMAT_H_
#include <string>
#include <grpc++/grpc++.h>
extern "C"
{
#include <bcmos_system.h>
#include <bal_api.h>
#include <bal_api_end.h>
}
grpc::Status bcm_to_grpc_err(bcmos_errno bcm_err, std::string message);
#endif