vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / bus_managers / random / yarrow_rng.h
blobb76f3145e937086de1df92bd471977018553d624
1 /*
2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Jérôme Duval, korli@berlios.de
7 */
8 #ifndef _YARROW_RNG_H
9 #define _YARROW_RNG_H
12 #include <OS.h>
14 #include "random.h"
17 #define YARROW_RNG_SIM_MODULE_NAME "bus_managers/random/yarrow_rng/device/v1"
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
25 extern random_module_info gYarrowRandomModule;
28 #ifdef __cplusplus
30 #endif
33 #endif /* _YARROW_RNG_H */