|
|
@@ -25,10 +25,8 @@ const Status FAILED = 0xFFFFFFFF; |
|
|
const WorkMode kOffline = 0x0; |
|
|
const WorkMode kOffline = 0x0; |
|
|
const WorkMode kInline = 0x01; |
|
|
const WorkMode kInline = 0x01; |
|
|
|
|
|
|
|
|
extern "C" { |
|
|
|
|
|
__attribute__((visibility ("default"))) |
|
|
__attribute__((visibility ("default"))) |
|
|
Status GetOptInfo(WorkMode mode, const std::string &soc_ver, |
|
|
Status GetOptInfo(WorkMode mode, const std::string &soc_ver, |
|
|
std::map<std::string, std::string> &opt_info_map); |
|
|
std::map<std::string, std::string> &opt_info_map); |
|
|
} |
|
|
|
|
|
} // namespace gelc |
|
|
} // namespace gelc |
|
|
|
|
|
|