commit | 08dbcfc116e62f5b4007cade7311430ea235a09e | [log] [tgz] |
---|---|---|
author | Ravi Kumar Alamanda <ralama@codeaurora.org> | Wed Aug 20 16:24:38 2014 -0700 |
committer | Vineeta Srivastava <vsrivastava@google.com> | Fri Aug 22 14:24:31 2014 -0700 |
tree | fd21b53d82060845155cd3e6b7cfc0ee41f6a3f1 | |
parent | 235c34827f7b3b8977fe76dea1fb8d818fd74312 [diff] |
hal: avoid usage of extern functions and tables If there is any difference in the signature of a function declared as extern, it will not be reported by the compiler and may result in unexpected results when executed. All the API functions should be declared in a header file. Change-Id: I89662e23da8118c3a9eac728b389498ed52e19c2