summaryrefslogtreecommitdiff
path: root/linux-core/xgi_drv.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-06-29 21:38:48 -0700
committerIan Romanick <idr@us.ibm.com>2007-06-29 21:38:48 -0700
commit49ccec1b0845ea14ab2cfd2f53704fe26e38fbef (patch)
tree9cb297e2046773061d55f211086f7d6d71b035d8 /linux-core/xgi_drv.h
parent32584d94e6ef7c0b463794a40541eb8183c7fb02 (diff)
Convert xgi_mem_location enum values to less generic names.
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 3cb6dc7f..360e7120 100644
--- a/linux-core/xgi_drv.h
+++ b/linux-core/xgi_drv.h
@@ -158,9 +158,9 @@ struct xgi_ioctl_post_vbios {
};
enum xgi_mem_location {
- NON_LOCAL = 0,
- LOCAL = 1,
- INVALID = 0x7fffffff
+ XGI_MEMLOC_NON_LOCAL = 0,
+ XGI_MEMLOC_LOCAL = 1,
+ XGI_MEMLOC_INVALID = 0x7fffffff
};
enum PcieOwner {