diff options
Diffstat (limited to 'drivers/char/agp/agp.h')
-rw-r--r-- | drivers/char/agp/agp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/agp/agp.h b/drivers/char/agp/agp.h index 55d2c9d14177..338b0b4dce9c 100644 --- a/drivers/char/agp/agp.h +++ b/drivers/char/agp/agp.h | |||
@@ -118,6 +118,7 @@ struct agp_bridge_driver { | |||
118 | void *(*agp_alloc_page)(struct agp_bridge_data *); | 118 | void *(*agp_alloc_page)(struct agp_bridge_data *); |
119 | int (*agp_alloc_pages)(struct agp_bridge_data *, struct agp_memory *, size_t); | 119 | int (*agp_alloc_pages)(struct agp_bridge_data *, struct agp_memory *, size_t); |
120 | void (*agp_destroy_page)(void *, int flags); | 120 | void (*agp_destroy_page)(void *, int flags); |
121 | void (*agp_destroy_pages)(struct agp_memory *); | ||
121 | int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); | 122 | int (*agp_type_to_mask_type) (struct agp_bridge_data *, int); |
122 | void (*chipset_flush)(struct agp_bridge_data *); | 123 | void (*chipset_flush)(struct agp_bridge_data *); |
123 | }; | 124 | }; |
@@ -278,6 +279,7 @@ void *agp_generic_alloc_page(struct agp_bridge_data *bridge); | |||
278 | int agp_generic_alloc_pages(struct agp_bridge_data *agp_bridge, | 279 | int agp_generic_alloc_pages(struct agp_bridge_data *agp_bridge, |
279 | struct agp_memory *memory, size_t page_count); | 280 | struct agp_memory *memory, size_t page_count); |
280 | void agp_generic_destroy_page(void *addr, int flags); | 281 | void agp_generic_destroy_page(void *addr, int flags); |
282 | void agp_generic_destroy_pages(struct agp_memory *memory); | ||
281 | void agp_free_key(int key); | 283 | void agp_free_key(int key); |
282 | int agp_num_entries(void); | 284 | int agp_num_entries(void); |
283 | u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 mode, u32 command); | 285 | u32 agp_collect_device_status(struct agp_bridge_data *bridge, u32 mode, u32 command); |