https://github.com/torvalds/linux
Raw File
Tip revision: 8e4a718ff38d8539938ec3421935904c27e00c39 authored by Linus Torvalds on 04 July 2009, 17:58:48 UTC
Linux 2.6.31-rc2
Tip revision: 8e4a718
m68360.h
#include "m68360_regs.h"
#include "m68360_pram.h"
#include "m68360_quicc.h"
#include "m68360_enet.h"

#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 */
back to top