blob: 083f91a35dc32dab89e4c80b65a0fd54293b97c1 [file] [log] [blame]
// 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 <zircon/syscalls/pci.h>
#include <acpica/acpi.h>
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);