TianoCore EDK2 master
Loading...
Searching...
No Matches
VirtioRng.h File Reference

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)
 

Detailed Description

Private definitions of the VirtioRng RNG driver

Copyright (C) 2016, Linaro Ltd.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file VirtioRng.h.

Macro Definition Documentation

◆ VIRTIO_ENTROPY_SOURCE_FROM_RNG

#define VIRTIO_ENTROPY_SOURCE_FROM_RNG (   RngPointer)     CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG)

Definition at line 39 of file VirtioRng.h.

◆ VIRTIO_RNG_SIG

#define VIRTIO_RNG_SIG   SIGNATURE_32 ('V', 'R', 'N', 'G')

Definition at line 20 of file VirtioRng.h.