Subversion Repositories Kolibri OS

Rev

Rev 6082 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6936
Line 402... Line 402...
402
 
402
 
403
/*
403
/*
404
 * For Hyper-V devices we use the device guid as the id.
404
 * For Hyper-V devices we use the device guid as the id.
405
 */
405
 */
406
struct hv_vmbus_device_id {
406
struct hv_vmbus_device_id {
407
	__u8 guid[16];
407
	uuid_le guid;
408
	kernel_ulong_t driver_data;	/* Data private to the driver */
408
	kernel_ulong_t driver_data;	/* Data private to the driver */
Line 409... Line 409...
409
};
409
};