Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *
0004  *  Copyright (C) 2010 John Crispin <john@phrozen.org>
0005  */
0006 
0007 #ifndef _LTQ_PCI_H__
0008 #define _LTQ_PCI_H__
0009 
0010 extern __iomem void *ltq_pci_mapped_cfg;
0011 extern int ltq_pci_read_config_dword(struct pci_bus *bus,
0012     unsigned int devfn, int where, int size, u32 *val);
0013 extern int ltq_pci_write_config_dword(struct pci_bus *bus,
0014     unsigned int devfn, int where, int size, u32 val);
0015 
0016 #endif