diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/probe_roms.h')
-rw-r--r-- | ANDROID_3.4.5/arch/x86/include/asm/probe_roms.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/probe_roms.h b/ANDROID_3.4.5/arch/x86/include/asm/probe_roms.h deleted file mode 100644 index 4950a0b1..00000000 --- a/ANDROID_3.4.5/arch/x86/include/asm/probe_roms.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _PROBE_ROMS_H_ -#define _PROBE_ROMS_H_ -struct pci_dev; - -extern void __iomem *pci_map_biosrom(struct pci_dev *pdev); -extern void pci_unmap_biosrom(void __iomem *rom); -extern size_t pci_biosrom_size(struct pci_dev *pdev); -#endif |