pci.h (f74e78220dbfec557922eb6e8ec0a78d08743e02) pci.h (a82fe82916432091ca6fcbd7f357cccf35f6e80d)
1/*
2 * Support for generating PCI related ACPI tables and passing them to Guests
3 *
4 * Copyright (C) 2006 Fabrice Bellard
5 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
6 * Copyright (C) 2013-2019 Red Hat Inc
7 * Copyright (C) 2019 Intel Corporation
8 *

--- 27 unchanged lines hidden (view full) ---

36
37void build_mcfg(GArray *table_data, BIOSLinker *linker, AcpiMcfgInfo *info,
38 const char *oem_id, const char *oem_table_id);
39Aml *aml_pci_device_dsm(void);
40
41void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus);
42void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope);
43
1/*
2 * Support for generating PCI related ACPI tables and passing them to Guests
3 *
4 * Copyright (C) 2006 Fabrice Bellard
5 * Copyright (C) 2008-2010 Kevin O'Connor <kevin@koconnor.net>
6 * Copyright (C) 2013-2019 Red Hat Inc
7 * Copyright (C) 2019 Intel Corporation
8 *

--- 27 unchanged lines hidden (view full) ---

36
37void build_mcfg(GArray *table_data, BIOSLinker *linker, AcpiMcfgInfo *info,
38 const char *oem_id, const char *oem_table_id);
39Aml *aml_pci_device_dsm(void);
40
41void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus);
42void build_pci_bridge_aml(AcpiDevAmlIf *adev, Aml *scope);
43
44void build_srat_generic_pci_initiator(GArray *table_data);
44void build_srat_generic_affinity_structures(GArray *table_data);
45
46#endif
45
46#endif