zephyr/arch/arc
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
..
core irq: make utility functions private 2016-02-05 20:15:21 -05:00
include Add missing includes for ARC 2016-02-05 20:14:41 -05:00
Kconfig arc: add missing Kconfig/Makefiles to architecture 2016-02-05 20:14:26 -05:00
Makefile Move platforms to new arch/<arch>/platforms directory 2016-02-05 20:14:39 -05:00
defconfig Add context switch profile point. 2016-02-05 20:15:20 -05:00
prep_c.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
reset.S doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
vector_table.c doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
vector_table.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00