xref: /qemu/tests/qtest/libqos/malloc-spapr.h (revision b243c73cf4dc7017e28577c4056df0655427a76e)
18d6ef7c9SLaurent Vivier /*
28d6ef7c9SLaurent Vivier  * libqos malloc support for SPAPR
38d6ef7c9SLaurent Vivier  *
48d6ef7c9SLaurent Vivier  * This work is licensed under the terms of the GNU GPL, version 2 or later.
58d6ef7c9SLaurent Vivier  * See the COPYING file in the top-level directory.
68d6ef7c9SLaurent Vivier  */
78d6ef7c9SLaurent Vivier 
88d6ef7c9SLaurent Vivier #ifndef LIBQOS_MALLOC_SPAPR_H
98d6ef7c9SLaurent Vivier #define LIBQOS_MALLOC_SPAPR_H
108d6ef7c9SLaurent Vivier 
11*b243c73cSXuzhou Cheng #include "libqos-malloc.h"
128d6ef7c9SLaurent Vivier 
13eb5937baSPaolo Bonzini void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
148d6ef7c9SLaurent Vivier 
158d6ef7c9SLaurent Vivier #endif
16