1 /* 2 * Copyright (c) 2013-2014 Wind River Systems, Inc. 3 * Copyright (c) 2023 Intel Corporation 4 * 5 * SPDX-License-Identifier: Apache-2.0 6 */ 7 8 #ifndef ZEPHYR_INCLUDE_RANDOM_RAND32_H_ 9 #define ZEPHYR_INCLUDE_RANDOM_RAND32_H_ 10 11 #include <zephyr/random/random.h> 12 13 #warning "<zephyr/random/rand32.h> is deprecated, include <zephyr/random/random.h> instead" 14 15 #endif /* ZEPHYR_INCLUDE_RANDOM_RAND32_H_ */ 16