driver_pci_host.c 289 B

1234567891011121314
  1. /*
  2. * Broadcom specific AMBA
  3. * PCI Core in hostmode
  4. *
  5. * Licensed under the GNU/GPL. See COPYING for details.
  6. */
  7. #include "bcma_private.h"
  8. #include <linux/bcma/bcma.h>
  9. void bcma_core_pci_hostmode_init(struct bcma_drv_pci *pc)
  10. {
  11. pr_err("No support for PCI core in hostmode yet\n");
  12. }