blob: 8791ee4e350e25fb509ec51cc45e8c9f6eb9d4ac [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 <magenta/syscalls/pci.h>
mx_status_t get_pci_init_arg(mx_pci_init_arg_t** arg, uint32_t* size);
mx_status_t pci_report_current_resources(mx_handle_t root_resource_handle);