diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2012-02-15 23:32:00 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2012-03-15 17:04:58 +0200 |
commit | 94a09e2c846374a96719cda2b4e1312d8c4b08a7 (patch) | |
tree | 5050294feae0dbc402273e8cf03dff2eafdc7622 /hw/pci.h | |
parent | 15a7a7780675eb99c093e29deefc5d6cc371bd87 (diff) | |
download | qemu-94a09e2c846374a96719cda2b4e1312d8c4b08a7.zip |
pci: don't export an internal function
Make an internal function, pci_parse_devaddr,
static.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci.h')
-rw-r--r-- | hw/pci.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -304,8 +304,6 @@ PCIDevice *pci_find_device(PCIBus *bus, int bus_num, uint8_t devfn); int pci_qdev_find_device(const char *id, PCIDevice **pdev); PCIBus *pci_get_bus_devfn(int *devfnp, const char *devaddr); -int pci_parse_devaddr(const char *addr, int *domp, int *busp, - unsigned int *slotp, unsigned int *funcp); int pci_read_devaddr(Monitor *mon, const char *addr, int *domp, int *busp, unsigned *slotp); |