From: James S. <jsi...@us...> - 2001-10-31 18:30:17
|
Update of /cvsroot/linux-mips/linux/include/asm-mips In directory usw-pr-cvs1:/tmp/cvs-serv10579 Modified Files: tx3912.h Log Message: Your daily dose of Nino updates. Index: tx3912.h =================================================================== RCS file: /cvsroot/linux-mips/linux/include/asm-mips/tx3912.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tx3912.h 2001/10/26 22:30:51 1.3 +++ tx3912.h 2001/10/31 18:30:14 1.4 @@ -1,5 +1,5 @@ /* - * linux/include/asm-mips/tx3912.h + * include/asm-mips/tx3912.h * * Copyright (C) 2001 Steven J. Hill (sj...@re...) * @@ -9,8 +9,8 @@ * * Register includes for TMPR3912/05 and PR31700 processors */ -#ifndef __TX3912_H__ -#define __TX3912_H__ +#ifndef _TX3912_H_ +#define _TX3912_H_ #include <asm/addrspace.h> @@ -276,6 +276,8 @@ #define INT6_CHIDMACNTINT BIT(2) #define INT6_IOPOSNEGINT0 BIT(1) +#define ALLINTS (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4 | IE_IRQ5) + /****************************************************************************** * * 09 GPIO and MFIO modules @@ -573,4 +575,4 @@ #define TX3912_UART_CTRL2_B600 0x17f /* 383 */ #define TX3912_UART_CTRL2_B300 0x2ff /* 767 */ -#endif /* __TX3912_H__ */ +#endif /* _TX3912_H_ */ |