u-boot-brain/arch/microblaze/include/asm
Nathan Rossi e0f21e1cbc microblaze: Fix C99/gnu99 compatiblity for inline functions
'extern inline' is not portable across various C standards. To ensure
compatiblity with various standards/compilers change the functions to
static inline. This is a portable construct and serves as a comparable
definition to 'extern inline' from the gnu90 standard.

Additionally remove the function prototypes as they are not required due
to the functions being declared static and functions are correctly
ordered based on dependence.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Tom Rini <trini@konsulko.com>
Acked-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
2015-11-19 13:09:41 +01:00
..
asm.h microblaze: Show return address from exception 2015-02-09 15:09:56 +01:00
bitops.h microblaze: Fix C99/gnu99 compatiblity for inline functions 2015-11-19 13:09:41 +01:00
byteorder.h
cache.h
config.h generic-board: select SYS_GENERIC_BOARD for some architectures 2015-03-28 09:03:08 -04:00
errno.h
global_data.h
gpio.h
io.h
microblaze_intc.h microblaze: Use standard interrupt_init() function 2015-02-09 15:09:58 +01:00
microblaze_timer.h
posix_types.h microblaze: Fix printf size_t format related warnings (again...) 2014-09-09 09:58:36 +02:00
processor.h microblaze: Fix watchdog initialization 2013-10-16 09:24:38 -04:00
ptrace.h
sections.h
spl.h microblaze: Add SPL support 2014-02-04 16:39:50 +01:00
string.h
system.h microblaze: Fix C99/gnu99 compatiblity for inline functions 2015-11-19 13:09:41 +01:00
types.h
u-boot.h microblaze: Move architecture to use generic board init 2015-02-09 15:11:56 +01:00
unaligned.h