diff options
| author | Dave Jones <davej@redhat.com> | 2005-02-23 08:15:47 -0500 |
|---|---|---|
| committer | Dave Jones <davej@delerium.kernelslacker.org> | 2005-02-23 08:15:47 -0500 |
| commit | 4ce94034b7e903ecb677e2a8cbfe4296f9c568be (patch) | |
| tree | 06784aa7ea8083eb779e147588b540e54453e2aa /include/linux/agp_backend.h | |
| parent | aeac6f3a3f5d6f3fc2744cd7f999fc48d527d6c5 (diff) | |
[AGPGART] add agp_find_bridge function
From: Michael Werner <werner@mrcoffee.engr.sgi.com>
This patch gives non-generic platforms a method for using platform specific
agp_find_bridge functions.
Signed-off-by: Mike Werner <werner@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'include/linux/agp_backend.h')
| -rw-r--r-- | include/linux/agp_backend.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index cea6dc1c8899..f9f339c7841a 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -94,6 +94,8 @@ struct agp_memory { extern struct agp_bridge_data *agp_bridge; extern struct list_head agp_bridges; +extern struct agp_bridge_data *(*agp_find_bridge)(struct pci_dev *); + extern void agp_free_memory(struct agp_memory *); extern struct agp_memory *agp_allocate_memory(struct agp_bridge_data *, size_t, u32); extern int agp_copy_info(struct agp_bridge_data *, struct agp_kern_info *); |
