2012-10-02 17:01:25 +00:00
|
|
|
#include <asm/m68360_regs.h>
|
|
|
|
#include <asm/m68360_pram.h>
|
|
|
|
#include <asm/m68360_quicc.h>
|
|
|
|
#include <asm/m68360_enet.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-07-19 08:49:12 +00:00
|
|
|
#ifdef CONFIG_M68360
|
|
|
|
|
|
|
|
#define CPM_INTERRUPT 4
|
|
|
|
|
|
|
|
/* see MC68360 User's Manual, p. 7-377 */
|
|
|
|
#define CPM_VECTOR_BASE 0x04 /* 3 MSbits of CPM vector */
|
|
|
|
|
|
|
|
#endif /* CONFIG_M68360 */
|