sysemu: avoid proliferation of include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
bdee56f546
commit
dccfcd0e5f
78 changed files with 78 additions and 78 deletions
|
|
@ -12,8 +12,8 @@
|
|||
#ifndef _QEMU_VIRTIO_RNG_H
|
||||
#define _QEMU_VIRTIO_RNG_H
|
||||
|
||||
#include "qemu/rng.h"
|
||||
#include "qemu/rng-random.h"
|
||||
#include "sysemu/rng.h"
|
||||
#include "sysemu/rng-random.h"
|
||||
|
||||
/* The Virtio ID for the virtio rng device */
|
||||
#define VIRTIO_ID_RNG 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue