Revision dccfcd0e include/hw/virtio/virtio-rng.h

b/include/hw/virtio/virtio-rng.h
12 12
#ifndef _QEMU_VIRTIO_RNG_H
13 13
#define _QEMU_VIRTIO_RNG_H
14 14

  
15
#include "qemu/rng.h"
16
#include "qemu/rng-random.h"
15
#include "sysemu/rng.h"
16
#include "sysemu/rng-random.h"
17 17

  
18 18
/* The Virtio ID for the virtio rng device */
19 19
#define VIRTIO_ID_RNG    4

Also available in: Unified diff