Revision b1503cda hw/sh_intc.h

b/hw/sh_intc.h
32 32
    unsigned long value;
33 33
};
34 34

  
35
#define _INTC_ARRAY(a) a, sizeof(a)/sizeof(*a)
35
#define _INTC_ARRAY(a) a, ARRAY_SIZE(a)
36 36

  
37 37
struct intc_source {
38 38
    unsigned short vect;

Also available in: Unified diff