blob: 26b12940e33d6519c5e7469b9a99f3a02f598829 [file] [log] [blame]
// Copyright 2020 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
#ifndef ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_BYTE_H_
#define ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_BYTE_H_
#include <cstddef>
namespace ktl {
using std::byte;
} // namespace ktl
#endif // ZIRCON_KERNEL_LIB_KTL_INCLUDE_KTL_BYTE_H_