Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
random-vfs.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2017 OTA keys S.A.
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*
8
*/
9
20
#ifndef RANDOM_VFS_H
21
#define RANDOM_VFS_H
22
23
#include "vfs.h"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
#if defined(MODULE_PERIPH_HWRNG) || defined(DOXYGEN)
33
extern
const
vfs_file_ops_t
hwrng_vfs_ops
;
34
#endif
35
36
#if defined(MODULE_RANDOM) || defined(DOXYGEN)
40
extern
const
vfs_file_ops_t
random_vfs_ops
;
41
#endif
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
/* RANDOM_VFS_H */
random_vfs_ops
const vfs_file_ops_t random_vfs_ops
urandom driver for vfs
hwrng_vfs_ops
const vfs_file_ops_t hwrng_vfs_ops
hwrng driver for vfs
vfs_file_ops
Operations on open files.
Definition
vfs.h:448
Generated on Thu Apr 3 2025 15:28:53 by
1.12.0