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