blob: 71899d2cfbe3bf37f775e21565cdc26a9e8b4288 [file] [log] [blame]
# Copyright 2019 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.
import("//build/banjo/banjo.gni")
banjo("fuchsia.hardware.pci") {
sources = [ "pci.banjo" ]
deps = [
"//sdk/banjo/fuchsia.hardware.syscalls.pci",
"//sdk/banjo/zx",
]
}