blob: 3182b4d3a155b3e9807392d862410cc7db1ba666 [file] [log] [blame]
# Copyright 2022 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.
cc_library(
name = "lib",
hdrs = ["include/registers.h"],
includes = ["include"],
visibility = ["//visibility:public"],
deps = ["@fuchsia_sdk//pkg/hwreg"],
)