1 // SPDX-License-Identifier: GPL-2.0 1 2 /* 3 * Copyright (C) 2021 Intel Corporation 4 * Author: Johannes Berg <johannes@sipsolution 5 */ 6 #include <asm/iomap.h> 7 #include <asm-generic/pci_iomap.h> 8 9 void __iomem *__pci_ioport_map(struct pci_dev 10 unsigned int nr 11 { 12 return NULL; 13 } 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.