diff options
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 338b0b4dce9..46f50753117 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -150,6 +150,9 @@ struct agp_bridge_data { | |||
150 | char minor_version; | 150 | char minor_version; |
151 | struct list_head list; | 151 | struct list_head list; |
152 | u32 apbase_config; | 152 | u32 apbase_config; |
153 | /* list of agp_memory mapped to the aperture */ | ||
154 | struct list_head mapped_list; | ||
155 | spinlock_t mapped_lock; | ||
153 | }; | 156 | }; |
154 | 157 | ||
155 | #define KB(x) ((x) * 1024) | 158 | #define KB(x) ((x) * 1024) |