zephyr/arch/arc/core
Benjamin Walsh c1f9fd888d irq: make utility functions private
irq_handler_set, irq_priority_set and irq_disconnect have been made
private by prepending an underscore to their names:

	irq_handler_set -> irq_handler_set
	irq_priority_set -> irq_priority_set
	irq_disconnect -> irq_disconnect

The prototypes have been removed from header files when possible, and
extern statements used in C code where they were called.

_irq_priority_set() for ARM is still in the header file because
IRQ_CONFIG() relies on it.

Change-Id: I2ad585f8156ff80250f6d9eeca4a249a4477fd9d
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:15:21 -05:00
..
offsets doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
Makefile arch/arc: Move fatal_error.c into 'core' 2016-02-05 20:14:37 -05:00
atomic.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
context.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
context_wrapper.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
cpu_idle.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
fast_irq.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
fatal.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
fault.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
fault_s.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
ffs.S arc: standardize ffs function names to match other arches 2016-02-05 20:15:20 -05:00
irq_lock.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
irq_manage.c irq: make utility functions private 2016-02-05 20:15:21 -05:00
isr_wrapper.S arc: fixes in context switch explanation comments 2016-02-05 20:15:19 -05:00
regular_irq.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
swap.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
swap_macros.h Rename nanokernel's nanok.h to nano_private.h 2016-02-05 20:14:26 -05:00
sys_fatal_error_handler.c arch/arc: Move fatal_error.c into 'core' 2016-02-05 20:14:37 -05:00