blob: 65726c03ed0715fa50fd1c815c8ecc43d6a0fa5a [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"],
)