Alex Bennée | 903e870 | 2025-03-04 22:24:33 +0000 | [diff] [blame] | 1 | /* |
2 | * QEMU Plugin API - linux-user-mode only implementations | ||||
3 | * | ||||
4 | * Common user-mode only APIs are in plugins/api-user. These helpers | ||||
5 | * are only specific to linux-user. | ||||
6 | * | ||||
7 | * Copyright (C) 2017, Emilio G. Cota <cota@braap.org> | ||||
8 | * Copyright (C) 2019-2025, Linaro | ||||
9 | * | ||||
10 | * SPDX-License-Identifier: GPL-2.0-or-later | ||||
11 | */ | ||||
12 | |||||
13 | #include "qemu/osdep.h" | ||||
14 | #include "qemu.h" | ||||
15 | #include "common-user/plugin-api.c.inc" |