commit | fcd82b397ad5205b4e91fe0e76fc00aec16ea0ac | [log] [tgz] |
---|---|---|
author | David Collins <collinsd@codeaurora.org> | Wed Sep 25 13:53:59 2013 -0700 |
committer | David Collins <collinsd@codeaurora.org> | Mon Oct 14 10:15:07 2013 -0700 |
tree | 47e5bdf3d2742d257c8541419cc346a60e8858c7 | |
parent | 2990102b942701cb53a25604279b14da4972e050 [diff] |
bif: bif-core: use static inline for all exported BIF stub functions Mark all stub functions in the BIF consumer.h header file with 'static inline' in order to avoid compilation errors in files that include consumer.h when CONFIG_BIF=n. Change-Id: I3a5c7dc58f8eed93b1f30d0e021b65ab200b4271 Signed-off-by: David Collins <collinsd@codeaurora.org>