blob: 8f6adf40a6ce8d6268f5920b601639c851e449e9 [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
#ifndef ZIRCON_KERNEL_INCLUDE_KTL_LIMITS_H_
#define ZIRCON_KERNEL_INCLUDE_KTL_LIMITS_H_
#include <limits>
namespace ktl {
using std::numeric_limits;
} // namespace ktl
#endif // ZIRCON_KERNEL_INCLUDE_KTL_LIMITS_H_