blob: a219de60ca5aeb412c7a1b747634f4d45c3c19c4 [file] [log] [blame]
// Copyright 2020 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.
// clang-format off
#include <Weave/DeviceLayer/internal/WeaveDeviceLayerInternal.h>
#include <Weave/Support/crypto/WeaveRNG.h>
// clang-format on
namespace nl::Weave::DeviceLayer::Internal {
WEAVE_ERROR InitEntropy() { return WEAVE_NO_ERROR; }
} // namespace nl::Weave::DeviceLayer::Internal