Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / hyperv / hv-balloon.h
blobc1efe70fc23f731c6e6dae1fd7783e2067fe2b27
1 /*
2 * QEMU Hyper-V Dynamic Memory Protocol driver
4 * Copyright (C) 2020-2023 Oracle and/or its affiliates.
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 HW_HV_BALLOON_H
11 #define HW_HV_BALLOON_H
13 #include "qom/object.h"
15 #define TYPE_HV_BALLOON "hv-balloon"
16 OBJECT_DECLARE_SIMPLE_TYPE(HvBalloon, HV_BALLOON)
18 #endif