blob: 5513a91639759bbedbe5b200725bb0bd031e3bf4 [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.
zx_library("pci") {
sdk = "source"
sdk_headers = [
"include/lib/pci/pio.h",
"include/lib/pci/root.h",
]
sources = [ "pio.cc" ]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/hwreg",
"$zx/system/ulib/zx",
]
}