Loading...
Searching...
No Matches
Go to the documentation of this file.
11#ifndef _VIRTIO_RNG_DXE_H_
12#define _VIRTIO_RNG_DXE_H_
20#define VIRTIO_RNG_SIG SIGNATURE_32 ('V', 'R', 'N', 'G')
39#define VIRTIO_ENTROPY_SOURCE_FROM_RNG(RngPointer) \
40 CR (RngPointer, VIRTIO_RNG_DEV, Rng, VIRTIO_RNG_SIG)