Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /*
0003  * Copyright (C) 2021 Intel Corporation
0004  * Author: Johannes Berg <johannes@sipsolutions.net>
0005  */
0006 #include <asm/iomap.h>
0007 #include <asm-generic/pci_iomap.h>
0008 
0009 void __iomem *__pci_ioport_map(struct pci_dev *dev, unsigned long port,
0010                    unsigned int nr)
0011 {
0012     return NULL;
0013 }