zephyr/include/drivers
Daniel Leung 94718c7392 uart: 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: I59607cffbd1cae141a9eeaca699549ebf8203061
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:26 -05:00
..
console console: uart_console: decouple uart console init from UART init 2016-02-05 20:15:25 -05:00
pci doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
simple doxygen: javadoc style 2016-02-05 20:14:32 -05:00
hpet.h Use HPET timer Kconfig options 2016-02-05 20:15:19 -05:00
ioapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
k6x_mpu.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
k6x_pmc.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
k20_mcg.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
k20_pcr.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
k20_sim.h k20: sim: clean up camel case and doxygen for file description 2016-02-05 20:15:26 -05:00
k20_uart.h serial: k20: cosmetic changes to comments 2016-02-05 20:15:26 -05:00
k20_watchdog.h doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
loapic.h IRQ_CONNECT_STATIC implementation for x86 platform 2016-02-05 20:14:25 -05:00
pic.h Remove PIC code, but not PIC disabling code 2016-02-05 20:15:20 -05:00
rand32.h Remove references to BSP from include/ directory 2016-02-05 20:14:43 -05:00
system_timer.h Update _sys_clock_driver_init() interface 2016-02-05 20:14:37 -05:00
uart.h uart: change inline functions to static inline 2016-02-05 20:15:26 -05:00