blob: 74c499fdbe5ff2007ebeb63dfc17ca70b957a877 [file]
# 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("pdev") {
kernel = true
sources = [ "pdev.cc" ]
public_deps = [
# <pdev/interrupt.h> has #include <dev/interrupt.h>.
"$zx/kernel/dev/interrupt",
]
}