Changeset cf26ba9 in mainline for generic/src/interrupt/interrupt.c
- Timestamp:
- 2006-05-01T12:24:32Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 953b0f33
- Parents:
- ea199e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/interrupt/interrupt.c
rea199e5 rcf26ba9 25 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 */ 28 29 /** 30 * @file interrupt.c 31 * @brief Interrupt redirector. 32 * 33 * This file provides means of registering interrupt handlers 34 * by kernel functions and calling the handlers when interrupts 35 * occur. 27 36 */ 28 37
Note:
See TracChangeset
for help on using the changeset viewer.