blob: a179edb1fd18b7f84094ecfc2cf5576130805b36 [file] [log] [blame] [edit]
# 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("mmio") {
sdk = "source"
sdk_headers = [ "lib/mmio/mmio.h" ]
sources = []
public_deps = [
# <lib/mmio/mmio.h> has #include <fbl/macros.h>.
"$zx/system/ulib/fbl:headers",
]
}