]> git.proxmox.com Git - mirror_qemu.git/blame - accel/accel-system.h
Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into staging
[mirror_qemu.git] / accel / accel-system.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
0017c64e
PMD
10#ifndef ACCEL_SYSTEM_H
11#define ACCEL_SYSTEM_H
b86f59c7 12
463b0068 13void accel_system_init_ops_interfaces(AccelClass *ac);
b86f59c7 14
0017c64e 15#endif /* ACCEL_SYSTEM_H */