blob: c775e5e47bb48658c8c150faf1658709eec4598f [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("interrupt") {
kernel = true
sources = [ "msi.cc" ]
}