zephyr/include
Daniel Leung 5f353e0e94 spi: change inline functions to static inline
When compiling with optimization level 0 (-O0), the linker complains
about missing references to uart functions. This is due to compiler
treating this functions as extern, since -O0 disables function inlining,
as described in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49653

So change the declaration to static inline.

Change-Id: I2b75e686961878f299bb951b5a420f9738594795
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:31 -05:00
..
arch sys_io: Add memory bit manipulation functions 2016-02-05 20:15:28 -05:00
bluetooth clarify use of term 'context' 2016-02-05 20:15:27 -05:00
drivers spi: Add support for Intel's SPI controller 2016-02-05 20:15:28 -05:00
microkernel Rename microkernel struct field 'cmdPkt' to 'command_packet'. 2016-02-05 20:15:30 -05:00
misc Rename microkernel struct field 'Tail' to 'tail'. 2016-02-05 20:15:30 -05:00
net net: tinydtls: Include file was missing 2016-02-05 20:15:24 -05:00
toolchain toolchain: rename FUNC_ALIAS parameters 2016-02-05 20:15:27 -05:00
atomic.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
device.h drivers: extending device.h for common driver ops 2016-02-05 20:15:19 -05:00
gpio.h gpio: change inline functions to static inline 2016-02-05 20:15:31 -05:00
i2c.h i2c: Cleaning up public interface 2016-02-05 20:15:28 -05:00
init.h toolchain.h: add __used macro 2016-02-05 20:15:19 -05:00
kernel_version.h version: Update version handling and code 2016-02-05 20:14:27 -05:00
linker-defs.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
linker-tool-gcc.h toolchain: add support for iamcu toolchain 2016-02-05 20:14:38 -05:00
linker-tool.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
microkernel.h timers: consolidate task_timer_start/restart() 2016-02-05 20:15:21 -05:00
nanokernel.h sys_clock: move header of nano_cycle_get_32 to nanokernel.h 2016-02-05 20:15:27 -05:00
section_tags.h Rename VXMICRO_ARCH_arc -> CONFIG_ARC 2016-02-05 20:14:16 -05:00
sections.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
spi.h spi: change inline functions to static inline 2016-02-05 20:15:31 -05:00
sw_isr_table.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
sys_clock.h sys_clock: make public some timing utilities 2016-02-05 20:15:27 -05:00
sys_io.h sys_io: Add memory bit manipulation functions 2016-02-05 20:15:28 -05:00
toolchain.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00