]> Git Repo - qemu.git/blame - tests/libqos/malloc-spapr.h
Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' into...
[qemu.git] / tests / libqos / malloc-spapr.h
CommitLineData
8d6ef7c9
LV
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 "libqos/malloc.h"
12
eb5937ba 13void spapr_alloc_init(QGuestAllocator *s, QTestState *qts, QAllocOpts flags);
8d6ef7c9
LV
14
15#endif
This page took 0.18027 seconds and 4 git commands to generate.