[ALSA] Fix compile warning in timer.c
[safe/jmp/linux-2.6] / drivers / ieee1394 / hosts.h
index 9ddc662..9ad4b24 100644 (file)
@@ -73,6 +73,8 @@ struct hpsb_host {
        unsigned int config_roms;
 
        struct list_head addr_space;
+       u64 low_addr_space;     /* upper bound of physical DMA area */
+       u64 middle_addr_space;  /* upper bound of posted write area */
 };