intrsw
const struct intrsw e500_intrsw = {
struct intrsw;
void exception_init(const struct intrsw *);
extern const struct intrsw e500_intrsw;
extern const struct intrsw *powerpc_intrsw;
static const struct intrsw null_intrsw = {
const struct intrsw *powerpc_intrsw = &null_intrsw;