blob: 7ccf5bef05d8a1ffab81d6fc40b890e894327651 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
zx_library("cbuf") {
kernel = true
sources = [ "cbuf.cc" ]
}