summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-07-09 16:07:27 -0700
committerIan Romanick <idr@us.ibm.com>2007-07-09 16:07:27 -0700
commita3f56dc3d0620633c7719a01e6e578661d65edfc (patch)
tree107f879afb4157b57133fc8ea8a2402d11a53537 /linux-core/xgi_drv.h
parent2f2d8b9688743ac6367bf13c3c023310a257ceb7 (diff)
Adjust the types of the fields of xgi_aperture.
Diffstat (limited to 'linux-core/xgi_drv.h')
-rw-r--r--linux-core/xgi_drv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-core/xgi_drv.h b/linux-core/xgi_drv.h
index 361a1e96..6bd04cd9 100644
--- a/linux-core/xgi_drv.h
+++ b/linux-core/xgi_drv.h
@@ -94,9 +94,9 @@
#define XGI_CONTROL_DEVICE_NUMBER 100
struct xgi_aperture {
- U32 base; // pcie base is different from fb base
- U32 size;
- u8 *vbase;
+ unsigned long base;
+ unsigned int size;
+ void *vbase;
};
struct xgi_screen_info {