Architecture-independent soft interrupt implementation. More...
#include <softirq.h>Go to the source code of this file.
Functions | |
| void | softirq_set_handler (enum softirq_id id, softirq_handler_t handler, void *data) |
| Install a soft interrupt handler. | |
Variables | |
| bit_word_t | softirq_priv_status [SOFTIRQ_BITMAP_WORDS] |
| Bitmask indicating the active status of each soft interrupt. | |
| struct softirq_desc | softirq_priv_table [SOFTIRQ_NR_IDS] |
| Table with a soft interrupt handler for each softirq. | |
Architecture-independent soft interrupt implementation.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file softirq_common.c.
1.6.3