blob: a9562b6f5f97ab9c28a39a541437a3c984599ad1 [file]
# 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("cbuf") {
kernel = true
sources = [
"cbuf.cc",
]
}