aboutsummaryrefslogtreecommitdiff
path: root/accel/accel-internal.h
blob: d3a4422cbf769b56e5e84361273b97587377df98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * QEMU accel internal functions
 *
 * Copyright 2021 SUSE LLC
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */

#ifndef ACCEL_INTERNAL_H
#define ACCEL_INTERNAL_H

#include "qemu/accel.h"

void accel_init_ops_interfaces(AccelClass *ac);

#endif /* ACCEL_SYSTEM_H */