soc/intel/xeon_sp/skx: Use Kconfig symbol
[coreboot2.git] / src / soc / amd / phoenix / pci_irq_routing.c
blob5c891c2644f53cf1b33de9ca849af847dc168491
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <amdblocks/amd_pci_util.h>
4 #include <console/console.h>
5 #include <types.h>
7 const struct pci_routing_info *get_pci_routing_table(size_t *entries)
9 /* TODO: still needs to be implemented for the non-FSP case */
10 printk(BIOS_NOTICE, "%s stub: returning empty IRQ routing table\n", __func__);
12 *entries = 0;
13 return NULL;