Browse Source

Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
7918fc97b8
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/include/gpxe/pci.h

+ 1
- 2
src/include/gpxe/pci.h View File

331
 extern unsigned long pci_bar_start ( struct pci_device *pci,
331
 extern unsigned long pci_bar_start ( struct pci_device *pci,
332
 				     unsigned int reg );
332
 				     unsigned int reg );
333
 extern int pci_find_capability ( struct pci_device *pci, int capability );
333
 extern int pci_find_capability ( struct pci_device *pci, int capability );
334
-extern __attribute__ (( deprecated )) unsigned long
335
-pci_bar_size ( struct pci_device *pci, unsigned int reg );
334
+extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg );
336
 
335
 
337
 /**
336
 /**
338
  * Set PCI driver-private data
337
  * Set PCI driver-private data

Loading…
Cancel
Save