blob: 5956fba06a5740d0a285f8b2e2c47a8c6ab003f5 [file] [log] [blame]
Nicolas Palpacuer73222e02018-07-16 12:20:26 -04001#ifndef OPENOLT_ERROR_FORMAT_H_
2#define OPENOLT_ERROR_FORMAT_H_
3
4#include <string>
5#include <grpc++/grpc++.h>
6
7extern "C"
8{
9#include <bcmos_system.h>
10#include <bal_api.h>
11#include <bal_api_end.h>
12}
13
14grpc::Status bcm_to_grpc_err(bcmos_errno bcm_err, std::string message);
15
16
17#endif