blob: 4664180a3ab3d8471c041195a08903dc7c8dc703 [file] [log] [blame]
David Howellsa1ce3922012-10-02 18:01:25 +01001#include <asm/m68360_regs.h>
2#include <asm/m68360_pram.h>
3#include <asm/m68360_quicc.h>
4#include <asm/m68360_enet.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Greg Ungerer2502b6672007-07-19 01:49:12 -07006#ifdef CONFIG_M68360
7
8#define CPM_INTERRUPT 4
9
10/* see MC68360 User's Manual, p. 7-377 */
11#define CPM_VECTOR_BASE 0x04 /* 3 MSbits of CPM vector */
12
13#endif /* CONFIG_M68360 */