TianoCore EDK2 master
|
#include <Protocol/ComponentName.h>
#include <Protocol/DriverBinding.h>
#include <Protocol/Rng.h>
#include <IndustryStandard/Virtio.h>
Go to the source code of this file.
Data Structures | |
struct | VIRTIO_RNG_DEV |
Macros | |
#define | VIRTIO_RNG_SIG SIGNATURE_32 ('V', 'R', 'N', 'G') |
#define | VIRTIO_ENTROPY_SOURCE_FROM_RNG(RngPointer) CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG) |
Private definitions of the VirtioRng RNG driver
Copyright (C) 2016, Linaro Ltd.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file VirtioRng.h.
#define VIRTIO_ENTROPY_SOURCE_FROM_RNG | ( | RngPointer | ) | CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG) |
Definition at line 39 of file VirtioRng.h.
#define VIRTIO_RNG_SIG SIGNATURE_32 ('V', 'R', 'N', 'G') |
Definition at line 20 of file VirtioRng.h.