aboutsummaryrefslogtreecommitdiff
path: root/tests/libqos/malloc-spapr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libqos/malloc-spapr.h')
-rw-r--r--tests/libqos/malloc-spapr.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/libqos/malloc-spapr.h b/tests/libqos/malloc-spapr.h
deleted file mode 100644
index e5fe9bfc4b..0000000000
--- a/tests/libqos/malloc-spapr.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * libqos malloc support for SPAPR
- *
- * 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 LIBQOS_MALLOC_SPAPR_H
-#define LIBQOS_MALLOC_SPAPR_H
-
-#include "libqos/malloc.h"
-
-void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
-
-#endif