Revision b1d8e52e hw/zaurus.c

b/hw/zaurus.c
155 155
    }
156 156
}
157 157

  
158
CPUReadMemoryFunc *scoop_readfn[] = {
158
static CPUReadMemoryFunc *scoop_readfn[] = {
159 159
    scoop_readb,
160 160
    scoop_readb,
161 161
    scoop_readb,
162 162
};
163
CPUWriteMemoryFunc *scoop_writefn[] = {
163
static CPUWriteMemoryFunc *scoop_writefn[] = {
164 164
    scoop_writeb,
165 165
    scoop_writeb,
166 166
    scoop_writeb,
......
252 252

  
253 253
#define MAGIC_CHG(a, b, c, d)	((d << 24) | (c << 16) | (b << 8) | a)
254 254

  
255
struct __attribute__ ((__packed__)) sl_param_info {
255
static struct __attribute__ ((__packed__)) sl_param_info {
256 256
    uint32_t comadj_keyword;
257 257
    int32_t comadj;
258 258

  

Also available in: Unified diff