[MIPS] SEAD: More build fixes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-11-15 16:10:01 +00:00
parent 09b696efd9
commit 1a6ea3ec67
3 changed files with 12 additions and 15 deletions

View File

@@ -20,7 +20,14 @@
#ifndef _MIPS_SEADINT_H
#define _MIPS_SEADINT_H
#define SEADINT_UART0 2
#define SEADINT_UART1 3
/*
* Interrupts 0..7 are used for SEAD CPU interrupts
*/
#define MIPSCPU_INT_BASE 0
#define MIPSCPU_INT_UART0 2
#define MIPSCPU_INT_UART1 3
#define MIPSCPU_INT_CPUCTR 7
#endif /* !(_MIPS_SEADINT_H) */