blob: 8ed6be6221347cd254b16ad30d59e05d78a8d9d6 [file] [log] [blame]
// Copyright 2018 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.
#ifndef ZIRCON_SYSTEM_DEV_BUS_PCI_BINDING_H_
#define ZIRCON_SYSTEM_DEV_BUS_PCI_BINDING_H_
zx_status_t pci_bus_bind(void* ctx, zx_device_t* parent);
#endif // ZIRCON_SYSTEM_DEV_BUS_PCI_BINDING_H_