diff options
author | Paolo Bonzini | 2013-04-08 16:55:25 +0200 |
---|---|---|
committer | Paolo Bonzini | 2013-04-15 18:19:25 +0200 |
commit | dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 (patch) | |
tree | 87fed71982c08112ae23dcc41bb19689af23cec2 /include/qemu/rng-random.h | |
parent | tpm: reorganize headers and split hardware part (diff) | |
download | qemu-dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3.tar.gz qemu-dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3.tar.xz qemu-dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3.zip |
sysemu: avoid proliferation of include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu/rng-random.h')
-rw-r--r-- | include/qemu/rng-random.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/include/qemu/rng-random.h b/include/qemu/rng-random.h deleted file mode 100644 index 4332772a24..0000000000 --- a/include/qemu/rng-random.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * QEMU Random Number Generator Backend - * - * Copyright IBM, Corp. 2012 - * - * Authors: - * Anthony Liguori <aliguori@us.ibm.com> - * - * This work is licensed under the terms of the GNU GPL, version 2 or later. - * See the COPYING file in the top-level directory. - */ -#ifndef QEMU_RNG_RANDOM_H -#define QEMU_RNG_RANDOM_H - -#include "qom/object.h" - -#define TYPE_RNG_RANDOM "rng-random" -#define RNG_RANDOM(obj) OBJECT_CHECK(RndRandom, (obj), TYPE_RNG_RANDOM) - -typedef struct RndRandom RndRandom; - -#endif |