Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
16 lines
275 B
C
16 lines
275 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
/*
|
|
* Cell Platform common data structures
|
|
*
|
|
* Copyright 2015, Daniel Axtens, IBM Corporation
|
|
*/
|
|
|
|
#ifndef CELL_H
|
|
#define CELL_H
|
|
|
|
#include <asm/pci-bridge.h>
|
|
|
|
extern struct pci_controller_ops cell_pci_controller_ops;
|
|
|
|
#endif
|