blob: 8f59a3e34f015deeda7af4c719aedb3b816632df [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
zx_library("pdev") {
kernel = true
sources = [ "pdev.cc" ]
public_deps = [
# <pdev/interrupt.h> has #include <dev/interrupt.h>.
"$zx/kernel/dev/interrupt",
]
}