Revision d60efc6b hw/heathrow_pic.c

b/hw/heathrow_pic.c
126 126
    return value;
127 127
}
128 128

  
129
static CPUWriteMemoryFunc *pic_write[] = {
129
static CPUWriteMemoryFunc * const pic_write[] = {
130 130
    &pic_writel,
131 131
    &pic_writel,
132 132
    &pic_writel,
133 133
};
134 134

  
135
static CPUReadMemoryFunc *pic_read[] = {
135
static CPUReadMemoryFunc * const pic_read[] = {
136 136
    &pic_readl,
137 137
    &pic_readl,
138 138
    &pic_readl,

Also available in: Unified diff