Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Cell Platform common data structures
0004  *
0005  * Copyright 2015, Daniel Axtens, IBM Corporation
0006  */
0007 
0008 #ifndef CELL_H
0009 #define CELL_H
0010 
0011 #include <asm/pci-bridge.h>
0012 
0013 extern struct pci_controller_ops cell_pci_controller_ops;
0014 
0015 #endif