blob: f98387bc68798e70bbaff71af9c141a9a32dbbcb [file]
# 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
source_set("interrupt") {
sources = [ "interrupt.cc" ]
deps = [
"//zircon/kernel/dev/pdev",
"//zircon/kernel/lib/arch",
"//zircon/kernel/lib/init",
]
}