diff options
| author | Dave Jones <davej@tetrachloride.(none)> | 2003-02-10 15:53:17 -0100 |
|---|---|---|
| committer | Dave Jones <davej@tetrachloride.(none)> | 2003-02-10 15:53:17 -0100 |
| commit | 0cdfb6c99d8facc3b6a56503d9e3fbe347d38748 (patch) | |
| tree | f48d736d15634fc14acf68b7b53a18ae4285c750 /include/linux | |
| parent | 62504a696581a4f38bf33af56f664f952bafb78f (diff) | |
[AGPGART] alpha agp infrastructure
Diffstat (limited to 'include/linux')
| -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 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; /* |
