WIP FPC-III support
[linux/fpc-iii.git] / arch / powerpc / platforms / cell / cell.h
blobd5142e905ab338d92fa351e61af0c085c2dd9536
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Cell Platform common data structures
5 * Copyright 2015, Daniel Axtens, IBM Corporation
6 */
8 #ifndef CELL_H
9 #define CELL_H
11 #include <asm/pci-bridge.h>
13 extern struct pci_controller_ops cell_pci_controller_ops;
15 #endif