Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
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
arch irq: make utility functions private 2016-02-05 20:15:21 -05:00
doc irq: make utility functions private 2016-02-05 20:15:21 -05:00
drivers ioapic: cleanup code comments and doxygenize the file description 2016-02-05 20:15:20 -05:00
include irq: make utility functions private 2016-02-05 20:15:21 -05:00
kernel irq: make utility functions private 2016-02-05 20:15:21 -05:00
lib build: build libc as object, not kbuild library (lib.a) 2016-02-05 20:14:45 -05:00
misc misc: remove old printk() stub 2016-02-05 20:15:20 -05:00
net Bluetooth: Fix alignment 2016-02-05 20:14:44 -05:00
samples irq: make utility functions private 2016-02-05 20:15:21 -05:00
scripts allow linking of external application libraries 2016-02-05 20:15:21 -05:00
shared/include/nanokernel/x86 doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig kconfig: Rename Zephyr OS -> Zephyr Kernel 2016-02-05 20:14:26 -05:00
Makefile allow linking of external application libraries 2016-02-05 20:15:21 -05:00
Makefile.inc build: simplify clean target 2016-02-05 20:14:45 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00