Loading...
Searching...
No Matches
random-vfs.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 OTA keys S.A.
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
17
18#include "vfs.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24#if defined(MODULE_PERIPH_HWRNG) || defined(DOXYGEN)
28extern const vfs_file_ops_t hwrng_vfs_ops;
29#endif
30
31#if defined(MODULE_RANDOM) || defined(DOXYGEN)
36#endif
37
38#ifdef __cplusplus
39}
40#endif
41
struct vfs_file_ops vfs_file_ops_t
struct vfs_file_ops typedef
Definition vfs.h:358
const vfs_file_ops_t random_vfs_ops
urandom driver for vfs
const vfs_file_ops_t hwrng_vfs_ops
hwrng driver for vfs