/* SPDX-License-Identifier: MIT */ /* * Copyright (c) 2016, Citrix Systems Inc */ #ifndef __XEN_PUBLIC_HVM_DM_OP_H__ #define __XEN_PUBLIC_HVM_DM_OP_H__ struct xen_dm_op_buf { … }; DEFINE_GUEST_HANDLE_STRUCT(…); #endif /* __XEN_PUBLIC_HVM_DM_OP_H__ */