diff options
Diffstat (limited to 'drivers/ieee1394/hosts.h')
-rw-r--r-- | drivers/ieee1394/hosts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ieee1394/hosts.h b/drivers/ieee1394/hosts.h index 9ddc6628e710..9ad4b2463077 100644 --- a/drivers/ieee1394/hosts.h +++ b/drivers/ieee1394/hosts.h | |||
@@ -73,6 +73,8 @@ struct hpsb_host { | |||
73 | unsigned int config_roms; | 73 | unsigned int config_roms; |
74 | 74 | ||
75 | struct list_head addr_space; | 75 | struct list_head addr_space; |
76 | u64 low_addr_space; /* upper bound of physical DMA area */ | ||
77 | u64 middle_addr_space; /* upper bound of posted write area */ | ||
76 | }; | 78 | }; |
77 | 79 | ||
78 | 80 | ||