Changeset 06e1e95 in mainline for kernel/arch/ppc32/include/interrupt.h
- Timestamp:
- 2006-09-14T17:09:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/interrupt.h
re5ecc02 r06e1e95 33 33 */ 34 34 35 #ifndef __ppc32_INTERRUPT_H__36 #define __ppc32_INTERRUPT_H__35 #ifndef KERN_ppc32_INTERRUPT_H_ 36 #define KERN_ppc32_INTERRUPT_H_ 37 37 38 38 #include <arch/exception.h> 39 39 40 40 #define IRQ_COUNT 64 41 42 41 43 42 #define IVT_ITEMS (16 + IRQ_COUNT)
Note:
See TracChangeset
for help on using the changeset viewer.