diff options
Diffstat (limited to 'arch/x86/include/asm/iomap.h')
| -rw-r--r-- | arch/x86/include/asm/iomap.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/arch/x86/include/asm/iomap.h b/arch/x86/include/asm/iomap.h index 0e9fe1d9d97..363e33eb6ec 100644 --- a/arch/x86/include/asm/iomap.h +++ b/arch/x86/include/asm/iomap.h @@ -26,13 +26,16 @@ #include <asm/pgtable.h> #include <asm/tlbflush.h> -int -is_io_mapping_possible(resource_size_t base, unsigned long size); +void __iomem * +iomap_atomic_prot_pfn(unsigned long pfn, pgprot_t prot); + +void +iounmap_atomic(void __iomem *kvaddr); -void * -iomap_atomic_prot_pfn(unsigned long pfn, enum km_type type, pgprot_t prot); +int +iomap_create_wc(resource_size_t base, unsigned long size, pgprot_t *prot); void -iounmap_atomic(void *kvaddr, enum km_type type); +iomap_free(resource_size_t base, unsigned long size); #endif /* _ASM_X86_IOMAP_H */ |
