xref: /openbmc/qemu/accel/accel-internal.h (revision 64cbcf1d9782c340cf59868a1be97f0054c4ec44)
1 /*
2  * QEMU 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_INTERNAL_H
11 #define ACCEL_INTERNAL_H
12 
13 void accel_init_ops_interfaces(AccelClass *ac);
14 
15 #endif /* ACCEL_SYSTEM_H */
16