summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Jones <davej@tetrachloride.(none)>2003-02-10 15:53:17 -0100
committerDave Jones <davej@tetrachloride.(none)>2003-02-10 15:53:17 -0100
commit0cdfb6c99d8facc3b6a56503d9e3fbe347d38748 (patch)
treef48d736d15634fc14acf68b7b53a18ae4285c750 /include/linux
parent62504a696581a4f38bf33af56f664f952bafb78f (diff)
[AGPGART] alpha agp infrastructure
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/agp_backend.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h
index 36568e4a3d14..5154f6a98153 100644
--- a/include/linux/agp_backend.h
+++ b/include/linux/agp_backend.h
@@ -84,6 +84,7 @@ enum chipset_type {
SVWRKS_LE,
SVWRKS_GENERIC,
HP_ZX1,
+ ALPHA_CORE_AGP,
};
struct agp_version {
@@ -102,6 +103,7 @@ typedef struct _agp_kern_info {
int current_memory;
int cant_use_aperture;
unsigned long page_mask;
+ struct vm_operations_struct *vm_ops;
} agp_kern_info;
/*