]> Git Repo - qemu.git/blame - accel/accel-softmmu.h
softfloat: Move int_to_float to softfloat-parts.c.inc
[qemu.git] / accel / accel-softmmu.h
CommitLineData
b86f59c7
CF
1/*
2 * QEMU System Emulation accel internal functions
3 *
4 * Copyright 2021 SUSE LLC
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
9
10#ifndef ACCEL_SOFTMMU_H
11#define ACCEL_SOFTMMU_H
12
13void accel_init_ops_interfaces(AccelClass *ac);
14
15#endif /* ACCEL_SOFTMMU_H */
This page took 0.041719 seconds and 4 git commands to generate.