~ubuntu-branches/ubuntu/hardy/kvm/hardy-backports

« back to all changes in this revision

Viewing changes to qemu/hw/pci.h

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2008-02-26 13:10:57 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20080226131057-s67x6l89mtjw1x9b
Tags: 1:62+dfsg-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
void pci_rtl8139_init(PCIBus *bus, NICInfo *nd, int devfn);
128
128
 
 
129
/* e1000.c */
 
130
void pci_e1000_init(PCIBus *bus, NICInfo *nd, int devfn);
 
131
 
129
132
/* pcnet.c */
130
133
void pci_pcnet_init(PCIBus *bus, NICInfo *nd, int devfn);
131
134