Revision b1d8e52e hw/mst_fpga.c

b/hw/mst_fpga.c
168 168
	}
169 169
}
170 170

  
171
CPUReadMemoryFunc *mst_fpga_readfn[] = {
171
static CPUReadMemoryFunc *mst_fpga_readfn[] = {
172 172
	mst_fpga_readb,
173 173
	mst_fpga_readb,
174 174
	mst_fpga_readb,
175 175
};
176
CPUWriteMemoryFunc *mst_fpga_writefn[] = {
176
static CPUWriteMemoryFunc *mst_fpga_writefn[] = {
177 177
	mst_fpga_writeb,
178 178
	mst_fpga_writeb,
179 179
	mst_fpga_writeb,

Also available in: Unified diff