Due to the ABI we are using we have to use the earm architecture moniker for the build system to behave correctly. This involves then some headers to move around. There is also a few related Makefile updates as well as minor source code corrections.
9 lines
146 B
C
9 lines
146 B
C
/* Interrupt numbers and hardware vectors. */
|
|
|
|
#ifndef _INTERRUPT_H
|
|
#define _INTERRUPT_H
|
|
|
|
#define NR_IRQ_VECTORS 96
|
|
|
|
#endif /* _INTERRUPT_H */
|