xref: /openbmc/qemu/tests/qtest/libqos/malloc-spapr.h (revision c1b701587e59d9569c38d1d6033cd7cc2a992105)
1 /*
2  * libqos malloc support for SPAPR
3  *
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  */
7 
8 #ifndef LIBQOS_MALLOC_SPAPR_H
9 #define LIBQOS_MALLOC_SPAPR_H
10 
11 #include "malloc.h"
12 
13 void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
14 
15 #endif
16