1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef _ASM_X86_IOMAP_H
3 #define _ASM_X86_IOMAP_H
6 * Copyright © 2008 Ingo Molnar
11 #include <linux/uaccess.h>
12 #include <asm/cacheflush.h>
13 #include <asm/pgtable.h>
14 #include <asm/tlbflush.h>
17 iomap_atomic_prot_pfn(unsigned long pfn
, pgprot_t prot
);
20 iounmap_atomic(void __iomem
*kvaddr
);
23 iomap_create_wc(resource_size_t base
, unsigned long size
, pgprot_t
*prot
);
26 iomap_free(resource_size_t base
, unsigned long size
);
28 #endif /* _ASM_X86_IOMAP_H */