xref: /qemu/include/hw/hyperv/hv-balloon.h (revision ec6f3fc3)
1 /*
2  * QEMU Hyper-V Dynamic Memory Protocol driver
3  *
4  * Copyright (C) 2020-2023 Oracle and/or its affiliates.
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 HW_HV_BALLOON_H
11 #define HW_HV_BALLOON_H
12 
13 #include "qom/object.h"
14 
15 #define TYPE_HV_BALLOON "hv-balloon"
16 OBJECT_DECLARE_SIMPLE_TYPE(HvBalloon, HV_BALLOON)
17 
18 #endif
19