소스 검색

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

tags/v0.9.3
Michael Brown 17 년 전
부모
커밋
7918fc97b8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      src/include/gpxe/pci.h

+ 1
- 2
src/include/gpxe/pci.h 파일 보기

@@ -331,8 +331,7 @@ extern void adjust_pci_device ( struct pci_device *pci );
331 331
 extern unsigned long pci_bar_start ( struct pci_device *pci,
332 332
 				     unsigned int reg );
333 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 337
  * Set PCI driver-private data

Loading…
취소
저장