diff options
| author | Michael Brown | 2007-07-05 01:05:36 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-05 01:05:36 +0200 |
| commit | 7918fc97b8e4092ee4a7d83bbf25c7229269407c (patch) | |
| tree | 7110c95670be83a684ab63e11bfe6c29fdfd9398 | |
| parent | Added master boot record capable of locating active partition (diff) | |
| parent | Merge branch 'master' of /pub/scm/gpxe (diff) | |
| download | ipxe-7918fc97b8e4092ee4a7d83bbf25c7229269407c.tar.gz ipxe-7918fc97b8e4092ee4a7d83bbf25c7229269407c.tar.xz ipxe-7918fc97b8e4092ee4a7d83bbf25c7229269407c.zip | |
Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe
| -rw-r--r-- | src/include/gpxe/pci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gpxe/pci.h b/src/include/gpxe/pci.h index 70f0423fd..b5c417c9e 100644 --- a/src/include/gpxe/pci.h +++ b/src/include/gpxe/pci.h @@ -331,8 +331,7 @@ extern void adjust_pci_device ( struct pci_device *pci ); extern unsigned long pci_bar_start ( struct pci_device *pci, unsigned int reg ); extern int pci_find_capability ( struct pci_device *pci, int capability ); -extern __attribute__ (( deprecated )) unsigned long -pci_bar_size ( struct pci_device *pci, unsigned int reg ); +extern unsigned long pci_bar_size ( struct pci_device *pci, unsigned int reg ); /** * Set PCI driver-private data |
