summaryrefslogtreecommitdiffstats
path: root/qemu/include/sysemu/rng-random.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/sysemu/rng-random.h')
-rw-r--r--qemu/include/sysemu/rng-random.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/qemu/include/sysemu/rng-random.h b/qemu/include/sysemu/rng-random.h
deleted file mode 100644
index 4332772a2..000000000
--- a/qemu/include/sysemu/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