zephyr/include/zephyr/random/rand32.h

16 lines
396 B
C
Raw Permalink Normal View History

/*
* Copyright (c) 2013-2014 Wind River Systems, Inc.
* Copyright (c) 2023 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#define ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#include <zephyr/random/random.h>
#warning "<zephyr/random/rand32.h> is deprecated, include <zephyr/random/random.h> instead"
#endif /* ZEPHYR_INCLUDE_RANDOM_RAND32_H_ */