blob: d2010301ad26659d89588cfef6c64d2bd2166d24 [file] [log] [blame] [edit]
# Copyright 2020 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("mmio-ptr") {
kernel = true
sources = []
}
zx_library("mmio-ptr-fake") {
kernel = true
sources = []
deps = [ ":mmio-ptr" ]
testonly = true
}