cell.h 275 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Cell Platform common data structures
  4. *
  5. * Copyright 2015, Daniel Axtens, IBM Corporation
  6. */
  7. #ifndef CELL_H
  8. #define CELL_H
  9. #include <asm/pci-bridge.h>
  10. extern struct pci_controller_ops cell_pci_controller_ops;
  11. #endif