include/xen/interface/hvm/dm_op.h

Source file repositories/reference/linux-study-clean/include/xen/interface/hvm/dm_op.h

File Facts

System
Linux kernel
Corpus path
include/xen/interface/hvm/dm_op.h
Extension
.h
Size
308 bytes
Lines
16
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct xen_dm_op_buf {
	GUEST_HANDLE(void) h;
	xen_ulong_t size;
};
DEFINE_GUEST_HANDLE_STRUCT(xen_dm_op_buf);

#endif /* __XEN_PUBLIC_HVM_DM_OP_H__ */

Annotation

Implementation Notes