Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v6.13.7
 1/* SPDX-License-Identifier: MIT */
 2/*
 3 * Copyright (c) 2016, Citrix Systems Inc
 4 */
 5
 6#ifndef __XEN_PUBLIC_HVM_DM_OP_H__
 7#define __XEN_PUBLIC_HVM_DM_OP_H__
 8
 9struct xen_dm_op_buf {
10	GUEST_HANDLE(void) h;
11	xen_ulong_t size;
12};
13DEFINE_GUEST_HANDLE_STRUCT(xen_dm_op_buf);
14
15#endif /* __XEN_PUBLIC_HVM_DM_OP_H__ */
v6.8
 1/* SPDX-License-Identifier: MIT */
 2/*
 3 * Copyright (c) 2016, Citrix Systems Inc
 4 */
 5
 6#ifndef __XEN_PUBLIC_HVM_DM_OP_H__
 7#define __XEN_PUBLIC_HVM_DM_OP_H__
 8
 9struct xen_dm_op_buf {
10	GUEST_HANDLE(void) h;
11	xen_ulong_t size;
12};
13DEFINE_GUEST_HANDLE_STRUCT(xen_dm_op_buf);
14
15#endif /* __XEN_PUBLIC_HVM_DM_OP_H__ */