c1f9fd888d
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> |
||
---|---|---|
.. | ||
core | ||
include | ||
Kconfig | ||
Makefile | ||
defconfig | ||
prep_c.c | ||
reset.S | ||
vector_table.c | ||
vector_table.h |