zephyr/include/arch/x86
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
..
addr_types.h
arch.h irq: make utility functions private 2016-02-05 20:15:21 -05:00
asm_inline_gcc.h replace negative CMOV_UNSUPPORTED with CMOV 2016-02-05 20:14:41 -05:00
asm_inline.h
asm.h
linker-common-sections.h microkernel: introduce support for private memory maps 2016-02-05 20:15:18 -05:00
linker-defs-arch.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
linker-epilog.h
segselect.h