aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/types.h
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-26 20:03:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2004-07-26 20:03:34 +0000
commite79f9f9bf033cdf66422089c6bb3ffb309ec8650 (patch)
treed8899281dc9fd3beb0b0b73ddc5c9323e63f2b32 /xen/include/asm-x86/types.h
parenta61052ced78d6b7a6dec9447bbd91c376ff93dd5 (diff)
downloadxen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.tar.gz
xen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.tar.bz2
xen-e79f9f9bf033cdf66422089c6bb3ffb309ec8650.zip
bitkeeper revision 1.1108.1.29 (41056396oI8TDCaTvBdU_3II1cHF9Q)
Rename memory allocator interfaces in Xen to avoid conflicts with Linux namespace.
Diffstat (limited to 'xen/include/asm-x86/types.h')
-rw-r--r--xen/include/asm-x86/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/types.h b/xen/include/asm-x86/types.h
index 3f1f0a6c6a..9bb1f6ec85 100644
--- a/xen/include/asm-x86/types.h
+++ b/xen/include/asm-x86/types.h
@@ -56,6 +56,6 @@ typedef unsigned long size_t;
typedef unsigned long dma_addr_t;
typedef u64 dma64_addr_t;
-typedef unsigned short kmem_bufctl_t;
+typedef unsigned short xmem_bufctl_t;
#endif