Browse Source

opt info

pull/1898/head
陈华 4 years ago
parent
commit
ec70568e5b
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      third_party/fwkacllib/inc/opt_info/opt_info.h

+ 0
- 2
third_party/fwkacllib/inc/opt_info/opt_info.h View File

@@ -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



Loading…
Cancel
Save