From 3fc4174182abe3b7956f1be7fe180e5acca688db Mon Sep 17 00:00:00 2001 From: Karsten Keil Date: Sun, 25 Jan 2004 15:48:36 +0000 Subject: [PATCH] sync kernel --- drivers/isdn/hisax/isdnl3.h | 2 +- drivers/isdn/hisax/l3dss1.h | 2 +- drivers/isdn/hisax/l3ni1.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/isdn/hisax/isdnl3.h b/drivers/isdn/hisax/isdnl3.h index 1d2473f7..571c6735 100644 --- a/drivers/isdn/hisax/isdnl3.h +++ b/drivers/isdn/hisax/isdnl3.h @@ -20,7 +20,7 @@ struct stateentry { int state; int primitive; - void (*rout) (struct l3_process *, u_char, void *); + void (*rout) (struct l3_process *, u8, void *); }; #define l3_debug(st, fmt, args...) HiSax_putstatus(st->l1.hardware, "l3 ", fmt, ## args) diff --git a/drivers/isdn/hisax/l3dss1.h b/drivers/isdn/hisax/l3dss1.h index ce37a71a..4d48c362 100644 --- a/drivers/isdn/hisax/l3dss1.h +++ b/drivers/isdn/hisax/l3dss1.h @@ -109,7 +109,7 @@ typedef struct { unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */ ulong ll_id; /* remebered ll id */ - u_char remote_operation; /* handled remote operation, 0 = not active */ + u8 remote_operation; /* handled remote operation, 0 = not active */ int proc; /* rememered procedure */ ulong remote_result; /* result of remote operation for statcallb */ char uus1_data[35]; /* data send during alerting or disconnect */ diff --git a/drivers/isdn/hisax/l3ni1.h b/drivers/isdn/hisax/l3ni1.h index 276dffe7..3599a1d3 100644 --- a/drivers/isdn/hisax/l3ni1.h +++ b/drivers/isdn/hisax/l3ni1.h @@ -121,7 +121,7 @@ typedef struct { unsigned char invoke_id; /* used invoke id in remote ops, 0 = not active */ ulong ll_id; /* remebered ll id */ - u_char remote_operation; /* handled remote operation, 0 = not active */ + u8 remote_operation; /* handled remote operation, 0 = not active */ int proc; /* rememered procedure */ ulong remote_result; /* result of remote operation for statcallb */ char uus1_data[35]; /* data send during alerting or disconnect */