pci: Add missing 'const' in argument to pci_get_xxx
authorStefan Weil <weil@mail.berlios.de>
Mon, 11 Jan 2010 20:20:13 +0000 (21:20 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 13 Jan 2010 12:50:34 +0000 (14:50 +0200)
commitbf8c226d244650a77b544cda2ae1e2044137fbd1
treeb4af88733444a78583e831dee175df25672218fa
parentd31c4d1c0eeb0e24552536fb64f771be98ff901a
pci: Add missing 'const' in argument to pci_get_xxx

pci_get_byte, pci_get_word, pci_get_long and pci_get_quad
all take a const uint8_t pointer, because they only read
the configuration data.

Their prototypes should reflect this fact.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.h