1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 #ifndef _ASM_X86_IOMAP_H 3 #define _ASM_X86_IOMAP_H 4 5 /* 6 * Copyright © 2008 Ingo Molnar 7 */ 8 9 #include <linux/fs.h> 10 #include <linux/mm.h> 11 #include <linux/uaccess.h> 12 #include <linux/highmem.h> 13 #include <asm/cacheflush.h> 14 #include <asm/tlbflush.h> 15 16 void __iomem *__iomap_local_pfn_prot(unsigned 17 18 int iomap_create_wc(resource_size_t base, unsi 19 20 void iomap_free(resource_size_t base, unsigned 21 22 #endif /* _ASM_X86_IOMAP_H */ 23
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.