summaryrefslogtreecommitdiff
path: root/linux-core/xgi_types.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-06-29 16:41:32 -0700
committerIan Romanick <idr@us.ibm.com>2007-06-29 16:41:32 -0700
commit406ded3816300f6b3e945c932c44350b22f43bd9 (patch)
treef2cbfd7879070dd39c3f5cd5a743dee3ac2c5560 /linux-core/xgi_types.h
parentec7730e5ba6ac1d60f90af483b3966d863cb5400 (diff)
Replace U(8|16) with u(8|16).
Diffstat (limited to 'linux-core/xgi_types.h')
-rw-r--r--linux-core/xgi_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/linux-core/xgi_types.h b/linux-core/xgi_types.h
index 724f5f86..f9a3360c 100644
--- a/linux-core/xgi_types.h
+++ b/linux-core/xgi_types.h
@@ -33,8 +33,6 @@
* Typedefs *
***************************************************************************/
-typedef unsigned char U8; /* 0 to 255 */
-typedef unsigned short U16; /* 0 to 65535 */
/*
* mainly for 64-bit linux, where long is 64 bits
* and win9x, where int is 16 bit.