diff options
Diffstat (limited to 'accel/accel-internal.h')
-rw-r--r-- | accel/accel-internal.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/accel/accel-internal.h b/accel/accel-internal.h new file mode 100644 index 0000000..d3a4422 --- /dev/null +++ b/accel/accel-internal.h @@ -0,0 +1,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 */ |