summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/xdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/xpp/xdefs.h')
-rw-r--r--drivers/dahdi/xpp/xdefs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/dahdi/xpp/xdefs.h b/drivers/dahdi/xpp/xdefs.h
index a50657f..3c2edf2 100644
--- a/drivers/dahdi/xpp/xdefs.h
+++ b/drivers/dahdi/xpp/xdefs.h
@@ -102,7 +102,6 @@ struct list_head {
#define CHAN_BITS 5 /* 0-31 for E1 */
typedef char *charp;
-typedef unsigned char byte;
#ifdef __KERNEL__
/* Kernel versions... */
@@ -171,8 +170,8 @@ typedef struct xpd xpd_t;
typedef struct xframe xframe_t;
typedef struct xpacket xpacket_t;
typedef __u32 xpp_line_t; /* at most 31 lines for E1 */
-typedef byte lineno_t;
-typedef byte xportno_t;
+typedef __u8 lineno_t;
+typedef __u8 xportno_t;
#define PORT_BROADCAST 255