qga/qapi-schema: Delete useless "Returns" sections
[qemu/kevin.git] / accel / accel-system.h
blob2d37c73c97b58698a7ac68f3b04a95db69cde7d5
1 /*
2 * QEMU System Emulation accel internal functions
4 * Copyright 2021 SUSE LLC
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 */
10 #ifndef ACCEL_SYSTEM_H
11 #define ACCEL_SYSTEM_H
13 void accel_system_init_ops_interfaces(AccelClass *ac);
15 #endif /* ACCEL_SYSTEM_H */