19eb11856SSchrodinger ZHU Yifan //===-- Macros defined in sys/random.h header file ------------------------===// 29eb11856SSchrodinger ZHU Yifan // 39eb11856SSchrodinger ZHU Yifan // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 49eb11856SSchrodinger ZHU Yifan // See https://llvm.org/LICENSE.txt for license information. 59eb11856SSchrodinger ZHU Yifan // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 69eb11856SSchrodinger ZHU Yifan // 79eb11856SSchrodinger ZHU Yifan //===----------------------------------------------------------------------===// 89eb11856SSchrodinger ZHU Yifan 9*330793c9SNick Desaulniers #ifndef LLVM_LIBC_MACROS_SYS_RANDOM_MACROS_H 10*330793c9SNick Desaulniers #define LLVM_LIBC_MACROS_SYS_RANDOM_MACROS_H 119eb11856SSchrodinger ZHU Yifan 12cae84d8aSAlfred Persson Forsberg #ifdef __linux__ 139eb11856SSchrodinger ZHU Yifan #include "linux/sys-random-macros.h" 149eb11856SSchrodinger ZHU Yifan #endif 159eb11856SSchrodinger ZHU Yifan 16*330793c9SNick Desaulniers #endif // LLVM_LIBC_MACROS_SYS_RANDOM_MACROS_H 17