diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
| commit | b690490d6d466972ade172ee2e7f6ffa49e7e910 (patch) | |
| tree | 50a93da28c9128e19eb7a3038aecf75dab6b36e1 /include/linux/hyperv.h | |
| parent | f97ec5d75e9261a5da78dc28a8955b7cc0c4468b (diff) | |
| parent | 0f203948230720e849ad50d158adac1cd32c282f (diff) | |
Merge branch 'for-5.18/amd-sfh' into for-linus
- dead code elimination (Christophe JAILLET)
Diffstat (limited to 'include/linux/hyperv.h')
| -rw-r--r-- | include/linux/hyperv.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index b823311eac79..f565a8938836 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -1261,6 +1261,7 @@ struct hv_device {  	struct vmbus_channel *channel;  	struct kset	     *channels_kset; +	struct device_dma_parameters dma_parms;  	/* place holder to keep track of the dir for hv device in debugfs */  	struct dentry *debug_dir; @@ -1583,6 +1584,11 @@ struct hyperv_service_callback {  	void (*callback)(void *context);  }; +struct hv_dma_range { +	dma_addr_t dma; +	u32 mapping_size; +}; +  #define MAX_SRV_VER	0x7ffffff  extern bool vmbus_prep_negotiate_resp(struct icmsg_hdr *icmsghdrp, u8 *buf, u32 buflen,  				const int *fw_version, int fw_vercnt,  | 
