// Copyright 2016 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #pragma once #include #include ACPI_STATUS pci_get_bbn(ACPI_HANDLE object, int* out_bbn); zx_status_t get_pci_init_arg(zx_pci_init_arg_t** arg, uint32_t* size); zx_status_t pci_report_current_resources(zx_handle_t root_resource_handle);