Merge remote-tracking branch 'remotes/kraxel/tags/ui-20210311-pull-request' into...
[qemu/ar7.git] / tests / qtest / libqos / malloc-spapr.h
blobf99572fd71d94944d31da5e4e953857ce0bf1603
1 /*
2 * libqos malloc support for SPAPR
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
8 #ifndef LIBQOS_MALLOC_SPAPR_H
9 #define LIBQOS_MALLOC_SPAPR_H
11 #include "malloc.h"
13 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
15 #endif